5 lines
77 B
Ruby
5 lines
77 B
Ruby
Then /^I should get help output$/ do
|
|
@output.should include("Usage:")
|
|
end
|
|
|