Skip to content

Commit de80802

Browse files
committed
fix(rubocop): add fixes using rubocop --safe-auto-correct
1 parent 3c3ce8a commit de80802

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/integration/default/controls/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# encoding: utf-8
1+
# frozen_string_literal: true
22

33
title 'Test logrotate installation'
44

test/integration/default/controls/jobs.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# encoding: utf-8
1+
# frozen_string_literal: true
22

33
title 'Test logrotate jobs configuration'
44

@@ -66,5 +66,4 @@
6666
its('content') { should include ' fi \\' }
6767
its('content') { should include 'postrotate' }
6868
its('content') { should include ' invoke-rc.d nginx rotate >/dev/null 2>&1' }
69-
7069
end

0 commit comments

Comments
 (0)