Files
metasploit-gs/features/step_definitions/console_output.rb
T
2014-09-02 18:57:55 -05:00

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