Skip to content

Commit a3e596f

Browse files
committed
test fixing
1 parent adacb58 commit a3e596f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/integration/linux-perf/inspec/snmpd_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# ensure package is installed
22
describe package('snmpd') do
33
it { should be_installed }
4+
end
5+
6+
describe service('snmpd') do
47
it { should be_running }
8+
it { should be_enabled }
59
end
610

711
# check our templating worked

0 commit comments

Comments
 (0)