Skip to content

Commit

Permalink
fix(rubocop): add fixes using rubocop --safe-auto-correct
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 11, 2019
1 parent 189cb9e commit 0a420da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/default/controls/packages.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true

control 'Fail2ban package' do
title 'should be installed'
Expand All @@ -6,4 +7,3 @@
it { should be_installed }
end
end

0 comments on commit 0a420da

Please sign in to comment.