jasmine-headless-webkit/features/steps/then/bin/output_should_not_include.rb

5 lines
103 B
Ruby
Raw Normal View History

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