Browse Source

fix(rubocop): add fixes using `rubocop --safe-auto-correct`

tags/v0.11.2
Imran Iqbal 5 years ago
parent
commit
de80802f7d
No account linked to committer's email address
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      test/integration/default/controls/base.rb
  2. +1
    -2
      test/integration/default/controls/jobs.rb

+ 1
- 1
test/integration/default/controls/base.rb View File

# encoding: utf-8
# frozen_string_literal: true


title 'Test logrotate installation' title 'Test logrotate installation'



+ 1
- 2
test/integration/default/controls/jobs.rb View File

# encoding: utf-8
# frozen_string_literal: true


title 'Test logrotate jobs configuration' title 'Test logrotate jobs configuration'


its('content') { should include ' fi \\' } its('content') { should include ' fi \\' }
its('content') { should include 'postrotate' } its('content') { should include 'postrotate' }
its('content') { should include ' invoke-rc.d nginx rotate >/dev/null 2>&1' } its('content') { should include ' invoke-rc.d nginx rotate >/dev/null 2>&1' }

end end

Loading…
Cancel
Save