Sha256: 1cb51b5778b5ea9e2ee43b264fa6bb502a8536d3f291f41886a59eb84bca9c72
Contents?: true
Size: 438 Bytes
Versions: 25
Compression:
Stored size: 438 Bytes
Contents
require 'spec_helper' describe file('/var/tmp/hello_rundock_from_file_hook_inner_one_scenario') do it { should be_file } its(:content) { should match(/hookname:file_hook_one /) } its(:content) { should match(/DEBUG/) } end describe file('/var/tmp/hello_rundock_from_file_hook_inner_two_scenario') do it { should be_file } its(:content) { should match(/hookname:file_hook_two /) } its(:content) { should match(/DEBUG/) } end
Version data entries
25 entries across 25 versions & 1 rubygems