describe package("rrdcached") do
- it { should be_installed }
+ it { should_not be_installed }
end
describe service("rrdcached") do
- it { should be_enabled }
- it { should be_running }
+ it { should_not be_enabled }
+ it { should_not be_running }
end