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 12, 2019
1 parent c66e9a6 commit 23fa917
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/integration/default/controls/package_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

control 'Cron package' do
title 'should be installed'

Expand Down
3 changes: 2 additions & 1 deletion test/integration/default/controls/service_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

control 'Cron service' do
title 'should be running and enabled'

Expand All @@ -13,5 +15,4 @@
it { should be_enabled }
it { should be_running }
end

end

0 comments on commit 23fa917

Please sign in to comment.