5 lines
103 B
Ruby
5 lines
103 B
Ruby
|
Then /^the output should not include "([^"]*)"$/ do |string|
|
||
|
@output.should_not include(string)
|
||
|
end
|
||
|
|