spec/integration/recipes/file_hook_spec.rb in rundock-0.4.8 vs spec/integration/recipes/file_hook_spec.rb in rundock-0.4.10
- old
+ new
@@ -5,14 +5,16 @@
its(:content) { should match(/hookname:file_one /) }
end
describe file('/var/tmp/hello_rundock_from_file_hook_array_1_scenario') do
it { should be_file }
+ its(:content) { should match(/anyhost-01/) }
its(:content) { should match(/hookname:file_array_1 /) }
end
describe file('/var/tmp/hello_rundock_from_file_hook_array_2_scenario') do
it { should be_file }
+ its(:content) { should match(/anyhost-01/) }
its(:content) { should match(/hookname:file_array_2 /) }
end
describe file('/var/tmp/hello_rundock_from_file_hook_all_1_scenario') do
it { should be_file }