features/cli/plugins.feature in genomer-0.0.10 vs features/cli/plugins.feature in genomer-0.1.0
- old
+ new
@@ -7,10 +7,11 @@
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 overwrite "Gemfile" with:
"""
+ gem 'genomer', :path => '../../../'
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
And the output should contain:
@@ -22,9 +23,10 @@
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 overwrite "Gemfile" with:
"""
+ gem 'genomer', :path => '../../../'
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
And the output should contain: