jasmine-headless-webkit/features/steps/then/bin/i_should_get_help_output.rb
2011-12-30 15:33:06 -05:00

5 lines
77 B
Ruby

Then /^I should get help output$/ do
@output.should include("Usage:")
end