uh-wm/features/steps/output_steps.rb
2015-04-07 21:56:49 +00:00

9 lines
193 B
Ruby

Then /^the output must contain exactly the usage$/ do
assert_exact_output <<-eoh, all_output
Usage: uhwm [options]
options:
-h, --help print this message
eoh
end