Sha256: 41e4bfa5155532192d9fe3b446f8e74924fcec28aa3787cc05b14270b853eba0
Contents?: true
Size: 372 Bytes
Versions: 6
Compression:
Stored size: 372 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_task_with_args_scenario_two') do it { should be_file } end
Version data entries
6 entries across 6 versions & 1 rubygems