spec/integration/default_spec.rb in itamae-1.1.17 vs spec/integration/default_spec.rb in itamae-1.1.18
- old
+ new
@@ -16,9 +16,13 @@
describe package('sl') do
it { should be_installed }
end
+describe package('resolvconf') do
+ it { should_not be_installed }
+end
+
describe file('/tmp/remote_file') do
it { should be_file }
its(:content) { should match(/Hello Itamae/) }
end