6 lines
158 B
Ruby
6 lines
158 B
Ruby
Then /^the output should contain the following:$/ do |table|
|
|
table.raw.flatten.each do |expected|
|
|
assert_partial_output(expected, all_output)
|
|
end
|
|
end
|