features/cli/plugins.feature in genomer-0.0.6 vs features/cli/plugins.feature in genomer-0.0.7
- old
+ new
@@ -5,11 +5,11 @@
@disable-bundler
Scenario: Calling a genomer plugin with no command
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 "simple"
Then the exit status should be 0
@@ -20,10 +20,10 @@
@disable-bundler
Scenario: Calling a genomer plugin with a command
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 "simple echo some words"
Then the exit status should be 0