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

This commit is contained in:
Imran Iqbal
2019-10-12 06:46:19 +01:00
parent c66e9a656e
commit 23fa917d4e
2 changed files with 4 additions and 1 deletions
@@ -1,3 +1,5 @@
# frozen_string_literal: true
control 'Cron package' do
title 'should be installed'
@@ -1,3 +1,5 @@
# frozen_string_literal: true
control 'Cron service' do
title 'should be running and enabled'
@@ -13,5 +15,4 @@ control 'Cron service' do
it { should be_enabled }
it { should be_running }
end
end