features/core.feature in genomer-plugin-view-0.0.5 vs features/core.feature in genomer-plugin-view-0.0.6
- old
+ new
@@ -8,5 +8,21 @@
Given I create a new genomer project
When I run `genomer man view`
Then the exit status should be 0
And the output should contain a valid man page
And the output should contain "GENOMER-VIEW(1)"
+
+ @disable-bundler
+ Scenario: Running `genomer view` without a subcommand
+ Given I create a new genomer project
+ When I run `genomer view`
+ Then the exit status should be 0
+ And the output should contain:
+ """
+ Run `genomer man view COMMAND` to review available formats
+ Where COMMAND is one of the following:
+ agp
+ fasta
+ gff
+ mapping
+ table
+ """