Sha256: 5c2057ad93ae94919c028239c68cfa10ce55896ca9993990626c11f82c1f04b1
Contents?: true
Size: 585 Bytes
Versions: 5
Compression:
Stored size: 585 Bytes
Contents
Then /^the output should contain all of these:$/ do |table| table.raw.flatten.each do |string| assert_partial_output(string) end end Then /^the output should not contain any of these:$/ do |table| table.raw.flatten.each do |string| combined_output.should_not =~ compile_and_escape(string) end end Then /^the example(?:s)? should(?: all)? pass$/ do Then %q{the output should contain "0 failures"} Then %q{the exit status should be 0} end Then /^the file "([^"]*)" should contain:$/ do |file, partial_content| check_file_content(file, partial_content, true) end
Version data entries
5 entries across 5 versions & 2 rubygems