浏览代码

fix(rubocop): fix remaining errors manually

tags/v0.11.2
Imran Iqbal 5 年前
父节点
当前提交
401493bf77
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      test/integration/default/controls/jobs.rb

+ 3
- 1
test/integration/default/controls/jobs.rb 查看文件

@@ -61,7 +61,9 @@ describe file('/etc/logrotate.d/nginx') do
its('content') { should include 'compress' }
its('content') { should include 'delaycompress' }
its('content') { should include 'prerotate' }
its('content') { should include 'if [ -d /etc/logrotate.d/httpd-prerotate ]; then \\' }
its('content') do
should include 'if [ -d /etc/logrotate.d/httpd-prerotate ]; then \\'
end
its('content') { should include ' run-parts /etc/logrotate.d/httpd-prerotate; \\' }
its('content') { should include ' fi \\' }
its('content') { should include 'postrotate' }

正在加载...
取消
保存