Sha256: 2072e9dbf7faad8cba85d43889470a77e6bb4e31a8bbd13752a90f17398a4561
Contents?: true
Size: 420 Bytes
Versions: 5
Compression:
Stored size: 420 Bytes
Contents
require 'spec_helper' describe file('/var/tmp/hello_rundock_from_task_with_recursive_a_b_1_2_scenario') do it { should be_file } its(:content) { should match(/Hello Rundock from task with recursive Scenario./) } end describe file('/var/tmp/hello_rundock_from_task_with_recursive_1_2_c_d_scenario') do it { should be_file } its(:content) { should match(/Hello Rundock from task with recursive Scenario./) } end
Version data entries
5 entries across 5 versions & 1 rubygems