features/inspect_query_string.feature in cucumber-rails-0.5.1 vs features/inspect_query_string.feature in cucumber-rails-0.5.2
- old
+ new
@@ -25,10 +25,11 @@
Then I should have the following query string:
| name | cucumber |
| what | vegetable |
And I should see "Cuke 10"
"""
- And I run `bundle exec rake db:migrate cucumber`
+ And I run `bundle exec rake db:migrate`
+ And I run `bundle exec rake cucumber`
Then it should pass with:
"""
3 scenarios (3 passed)
16 steps (16 passed)
"""