9 lines
193 B
Ruby
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
|