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

4 lines
94 B
Ruby
Raw Permalink Normal View History

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