Sha256: a1a3aef96401e36f26d729ce9d4b8b0e8616069a17b1e35e08f77b55a9485c67
Contents?: true
Size: 821 Bytes
Versions: 8
Compression:
Stored size: 821 Bytes
Contents
require 'spec_helper' describe file('/var/tmp/hello_rundock_from_file_hook_one_scenario') do it { should be_file } its(:content) { should match(/hookname:file_one /) } end describe file('/var/tmp/hello_rundock_from_file_hook_array_1_scenario') do it { should be_file } its(:content) { should match(/hookname:file_array_1 /) } end describe file('/var/tmp/hello_rundock_from_file_hook_array_2_scenario') do it { should be_file } its(:content) { should match(/hookname:file_array_2 /) } end describe file('/var/tmp/hello_rundock_from_file_hook_all_1_scenario') do it { should be_file } its(:content) { should match(/hookname:file_all_1 /) } end describe file('/var/tmp/hello_rundock_from_file_hook_all_2_scenario') do it { should be_file } its(:content) { should match(/hookname:file_all_2 /) } end
Version data entries
8 entries across 8 versions & 1 rubygems