0
0
mirror of https://github.com/saltstack-formulas/cron-formula.git synced 2025-02-19 19:28:44 +01:00

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
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
control 'Cron package' do
title 'should be installed'

View File

@ -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