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

- old
+ new

@@ -33,10 +33,10 @@ @disable-bundler Scenario: Running help with a single genomer plugins specified Given I run the genomer command with the arguments "init project" And I cd to "project" - And I append to "Gemfile" with: + And I overwrite "Gemfile" with: """ gem 'genomer-plugin-simple', :path => '../../../genomer-plugin-simple' """ When I run the genomer command with the arguments "help" Then the exit status should be 0