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