Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/18282_fix_logstash_test
Browse files Browse the repository at this point in the history
  • Loading branch information
ljblancoredborder committed Aug 16, 2024
2 parents 54677d3 + d89f718 commit eaf6aaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/services/nfacctd_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
it { should be_listening }
end
end
describe file("/etc/pmacct/#{service}.conf") do
it { should exist }
end
end

if service_status == 'disabled'
Expand All @@ -46,10 +49,7 @@
it { should_not be_listening }
end
end
end

describe "Checking #{service} for config file" do
describe file("/etc/pmacct/#{service}.conf") do
it { should exist }
it { should_not exist }
end
end

0 comments on commit eaf6aaa

Please sign in to comment.