diff options
author | Sean Griffin <sean@thoughtbot.com> | 2015-06-11 17:24:39 -0600 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2015-06-11 17:24:59 -0600 |
commit | de45e4c6cd9d8a6e610863c6ec396ba12b654e55 (patch) | |
tree | 49a6b2de27cdcd085fd05e3d499f1561c6d69df0 /railties | |
parent | e2dfa54db881fceae92bdf793d5545c3f0e22898 (diff) | |
download | rails-de45e4c6cd9d8a6e610863c6ec396ba12b654e55.tar.gz rails-de45e4c6cd9d8a6e610863c6ec396ba12b654e55.tar.bz2 rails-de45e4c6cd9d8a6e610863c6ec396ba12b654e55.zip |
Fix failing tests for Rails-API
This looks to be just out of sync tests
Diffstat (limited to 'railties')
-rw-r--r-- | railties/test/application/rake_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/application/rake_test.rb b/railties/test/application/rake_test.rb index a839a0b9b6..4c1913f0cc 100644 --- a/railties/test/application/rake_test.rb +++ b/railties/test/application/rake_test.rb @@ -209,7 +209,7 @@ module ApplicationTests bundle exec rake db:migrate test` end - assert_match(/5 runs, 8 assertions, 0 failures, 0 errors/, output) + assert_match(/5 runs, 7 assertions, 0 failures, 0 errors/, output) assert_no_match(/Errors running/, output) end |