mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2025-04-21 13:04:37 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user