Ver código fonte

fix(rubocop): fix remaining errors manually

tags/v0.11.2
Imran Iqbal 5 anos atrás
pai
commit
401493bf77
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      test/integration/default/controls/jobs.rb

+ 3
- 1
test/integration/default/controls/jobs.rb Ver arquivo

@@ -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' }

Carregando…
Cancelar
Salvar