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

5 lines
77 B
Ruby
Raw Normal View History

2011-12-30 20:33:06 +00:00
Then /^I should get help output$/ do
@output.should include("Usage:")
end