Sha256: 8667fb980770cb1a44fb9e377540deba38421bffc25a4a5dd53507fe46cb419b
Contents?: true
Size: 469 Bytes
Versions: 10
Compression:
Stored size: 469 Bytes
Contents
require 'spec_helper' describe file('/var/tmp/hello_rundock_from_task_with_args_scenario/hello_rundock_from_task_with_args_scenario') do it { should be_file } its(:content) { should match(/Hello Rundock from task with args Scenario. task_with_args two 2/) } end describe file("/var/tmp/hello_rundock_from_#{ENV['USER']}_scenario") do it { should be_file } its(:content) { should match(/Hello Rundock from task with args Scenario. task_with_args two 2/) } end
Version data entries
10 entries across 10 versions & 1 rubygems