4 lines
94 B
Ruby
4 lines
94 B
Ruby
|
Then /^the output should include "([^"]*)"$/ do |string|
|
||
|
@output.should include(string)
|
||
|
end
|