features/cli/man.feature in genomer-0.0.7 vs features/cli/man.feature in genomer-0.0.8
- old
+ new
@@ -67,5 +67,11 @@
And the output should contain:
"""
Error. No manual entry for command 'simple unknown'
"""
+
+ @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)"