features/generate_project.feature in bddgen-0.2.1 vs features/generate_project.feature in bddgen-0.3.0
- old
+ new
@@ -33,10 +33,9 @@
module Myproject
VERSION = "0.0.1"
end
"""
- And the exit status should be 0
Scenario: Run `bddgen project myproject --cucumber`
When I run "bddgen project myproject --cucumber"
Then the output should say the following files were created:
| features/step_definitions/myproject_steps.rb |