Quellcode durchsuchen

fix(rubocop): fix remaining errors manually

tags/v0.11.2
Imran Iqbal vor 5 Jahren
Ursprung
Commit
401493bf77
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. +3
    -1
      test/integration/default/controls/jobs.rb

+ 3
- 1
test/integration/default/controls/jobs.rb Datei anzeigen

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

Laden…
Abbrechen
Speichern