From 6b204aa3ccf90047483393443c619f7b6e6df19b Mon Sep 17 00:00:00 2001 From: Bram Gillemon Date: Mon, 12 Feb 2024 11:27:54 +0100 Subject: [PATCH] cookstyle fixes --- test/integration/default/default_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/default/default_spec.rb b/test/integration/default/default_spec.rb index 3b13c38c..213e6ea8 100644 --- a/test/integration/default/default_spec.rb +++ b/test/integration/default/default_spec.rb @@ -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