features/cli/man.feature in genomer-0.0.8 vs features/cli/man.feature in genomer-0.0.9

- old
+ new

@@ -6,12 +6,11 @@ Scenario: Running genomer man with no commands When I run the genomer command with the arguments "man" Then the exit status should be 0 And the output should contain: """ - genomer man COMMAND - run `genomer help` for a list of available commands + Use `genomer init NAME` to create a new genomer project called NAME """ @disable-bundler Scenario: Getting the man page for a plugin @@ -72,6 +71,10 @@ @disable-bundler Scenario: Getting the man page for init When I run the genomer command with the arguments "man init" Then the exit status should be 0 - And the output should contain "GENOMER-INIT(1)" + And the output should contain: + """ + Use `genomer init NAME` to create a new genomer project called NAME + + """