Sha256: 2d79f683a307dda21a4e13fcb65aaef0eee993d80cf19d048d2f2324e6ab5edf
Contents?: true
Size: 384 Bytes
Versions: 23
Compression:
Stored size: 384 Bytes
Contents
require 'spec_helper' describe file('/var/tmp/hello_rundock_from_target_group_1_scenario') do it { should be_file } its(:content) { should match(/Hello Rundock from target group 1 Scenario./) } end describe file('/var/tmp/hello_rundock_from_target_group_2_scenario') do it { should be_file } its(:content) { should match(/Hello Rundock from target group 2 Scenario./) } end
Version data entries
23 entries across 23 versions & 1 rubygems