1
0
Fork 0

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

This commit is contained in:
Imran Iqbal 2019-10-11 22:49:18 +01:00
parent 3c3ce8acb5
commit de80802f7d
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# encoding: utf-8
# frozen_string_literal: true
title 'Test logrotate installation'

View File

@ -1,4 +1,4 @@
# encoding: utf-8
# frozen_string_literal: true
title 'Test logrotate jobs configuration'
@ -66,5 +66,4 @@ describe file('/etc/logrotate.d/nginx') do
its('content') { should include ' fi \\' }
its('content') { should include 'postrotate' }
its('content') { should include ' invoke-rc.d nginx rotate >/dev/null 2>&1' }
end