Sha256: 2c3c44b122945d36e440dc4d817907c61c66c4919524f66b51189e69bc2eeffb
Contents?: true
Size: 412 Bytes
Versions: 6
Compression:
Stored size: 412 Bytes
Contents
require 'spec_helper' 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
Version data entries
6 entries across 6 versions & 1 rubygems