jasmine-headless-webkit/features/steps/then/bin/output_should_not_include.rb
2012-01-11 08:44:28 -05:00

5 lines
103 B
Ruby

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