features/cli/error.feature in genomer-0.0.6 vs features/cli/error.feature in genomer-0.0.7

- old
+ new

@@ -4,10 +4,9 @@ And understand how to correct the errors Scenario: Calling a non-specified genomer plugin Given I run the genomer command with the arguments "init project" And I cd to "project" - And I append to "Gemfile" with "" When I run the genomer command with the arguments "simple" Then the exit status should be 1 And the output should contain: """ Error. Unknown command or plugin 'simple.'