Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
WIP: trying to get away from the minitest 1.6.0 error on 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Nov 11, 2011
1 parent 420aaed commit 6e8ce55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/integration_testing.feature
Expand Up @@ -106,7 +106,7 @@ Feature: integration testing
@puts @announce @puts @announce
Feature: integrate with application Feature: integrate with application
Scenario: generate a Rails app, run the generates, and run the tests Scenario: generate a Rails app, run the generates, and run the tests
When I successfully run `bundle exec rails new testapp` When I successfully run `bundle exec rails new testapp --skip-test-unit`
And I cd to "testapp" And I cd to "testapp"
And I add the "cucumber-rails" gem And I add the "cucumber-rails" gem
And I add the "capybara" gem And I add the "capybara" gem
Expand All @@ -120,7 +120,7 @@ Feature: integration testing
And I successfully run `bundle exec rails generate testengine:install` And I successfully run `bundle exec rails generate testengine:install`
And I successfully run `bundle exec rails generate testengine:features` And I successfully run `bundle exec rails generate testengine:features`
And I successfully run `bundle exec rake db:migrate --trace` And I successfully run `bundle exec rake db:migrate --trace`
And I successfully run `bundle exec rake --trace` And I successfully run `bundle exec rake cucumber --trace`
Then the output should contain "1 scenario (1 passed)" Then the output should contain "1 scenario (1 passed)"
And the output should not contain "Could not find generator" And the output should not contain "Could not find generator"
""" """
Expand Down

0 comments on commit 6e8ce55

Please sign in to comment.