Skip to content

Commit

Permalink
cookstyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bugoff committed Feb 12, 2024
1 parent 88851e6 commit 6b204aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/default/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
it { should_not be_enabled }
it { should_not be_running }
end
elsif (os.family == 'redhat' && os.release.to_i < 8)
elsif os.family == 'redhat' && os.release.to_i < 8
describe file '/usr/share/zoneinfo/leapseconds' do
it { should be_file }
end
Expand Down

0 comments on commit 6b204aa

Please sign in to comment.