We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adacb58 commit a3e596fCopy full SHA for a3e596f
1 file changed
test/integration/linux-perf/inspec/snmpd_spec.rb
@@ -1,7 +1,11 @@
1
# ensure package is installed
2
describe package('snmpd') do
3
it { should be_installed }
4
+end
5
+
6
+describe service('snmpd') do
7
it { should be_running }
8
+ it { should be_enabled }
9
end
10
11
# check our templating worked
0 commit comments