mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2025-07-19 11:20:44 +02:00
fix(rubocop): add fixes using rubocop --safe-auto-correct
This commit is contained in:
parent
c66e9a656e
commit
23fa917d4e
@ -1,3 +1,5 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
control 'Cron package' do
|
control 'Cron package' do
|
||||||
title 'should be installed'
|
title 'should be installed'
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
control 'Cron service' do
|
control 'Cron service' do
|
||||||
title 'should be running and enabled'
|
title 'should be running and enabled'
|
||||||
|
|
||||||
@ -13,5 +15,4 @@ control 'Cron service' do
|
|||||||
it { should be_enabled }
|
it { should be_enabled }
|
||||||
it { should be_running }
|
it { should be_running }
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user