We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rubocop --safe-auto-correct
1 parent 3c3ce8a commit de80802Copy full SHA for de80802
test/integration/default/controls/base.rb
@@ -1,4 +1,4 @@
1
-# encoding: utf-8
+# frozen_string_literal: true
2
3
title 'Test logrotate installation'
4
test/integration/default/controls/jobs.rb
title 'Test logrotate jobs configuration'
@@ -66,5 +66,4 @@
66
its('content') { should include ' fi \\' }
67
its('content') { should include 'postrotate' }
68
its('content') { should include ' invoke-rc.d nginx rotate >/dev/null 2>&1' }
69
-
70
end
0 commit comments