spec/integration/recipes/deploy_erb_spec.rb in rundock-1.1.2 vs spec/integration/recipes/deploy_erb_spec.rb in rundock-1.1.3
- old
+ new
@@ -1,7 +1,7 @@
require 'spec_helper'
describe file('/var/tmp/hello_rundock_from_deploy_erb_dst_file_scenario') do
it { should be_file }
- its(:content) { should match(/Hello Rundock from deploy erb runrunrundock Scenario./) }
- its(:content) { should match(/Linux/) }
+ its(:content) { should match(/Hello Rundock from deploy erb Linux Scenario./) }
+ its(:content) { should match(/dondondonruck/) }
end