jasmine-headless-webkit/features/steps/then/bin/output_should_include.rb
2011-12-30 10:47:08 -05:00

4 lines
94 B
Ruby

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