Sha256: 2aa6ec3eaaa2a465e6602542672b8f0d3ac92f949ed4f685571b87cddf31827b
Contents?: true
Size: 314 Bytes
Versions: 10
Compression:
Stored size: 314 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
Version data entries
10 entries across 10 versions & 2 rubygems