Parcourir la source

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

tags/v0.11.2
Imran Iqbal il y a 5 ans
Parent
révision
de80802f7d
Aucun compte lié à l'adresse e-mail de l'auteur
2 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. +1
    -1
      test/integration/default/controls/base.rb
  2. +1
    -2
      test/integration/default/controls/jobs.rb

+ 1
- 1
test/integration/default/controls/base.rb Voir le fichier

@@ -1,4 +1,4 @@
# encoding: utf-8
# frozen_string_literal: true

title 'Test logrotate installation'


+ 1
- 2
test/integration/default/controls/jobs.rb Voir le fichier

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

Chargement…
Annuler
Enregistrer