Skip to content

Commit

Permalink
Add empty line after guard clause
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
  • Loading branch information
Sebastian Gumprich committed Feb 22, 2021
1 parent 06acbe3 commit 559b167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controls/os_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@

cron_files.each do |cron_file|
next unless file(cron_file).exist?

describe file(cron_file) do
it { should be_owned_by 'root' }
it { should_not be_writable.by('group') }
Expand Down

0 comments on commit 559b167

Please sign in to comment.