spec/integration/recipes/deploy_args_spec.rb in rundock-1.1.3 vs spec/integration/recipes/deploy_args_spec.rb in rundock-1.1.4

- old
+ new

@@ -2,5 +2,10 @@ describe file('/var/tmp/hello_rundock_from_deploy_dst_file_arg_2_scenario') do it { should be_file } its(:content) { should match(/Hello Rundock from deploy args Scenario./) } end + +describe file('/var/tmp/hello_rundock_from_deploy_dst_file_arg_binding_scenario') do + it { should be_file } + its(:content) { should match(/Hello Rundock from deploy args runrunrundock Scenario./) } +end