diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-05-02 14:58:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 14:58:15 -0700 |
commit | bbf077363e2d200c529e4c6feba924a9537433c6 (patch) | |
tree | e5c59daba05cbaa9e62e7de8f5f29a3db18294ff | |
parent | 0d35a60ff766e901112afeec157c7cbb0f73631e (diff) | |
parent | f0b93d135e63d4795efe1fbd60e5a713ec53c1a2 (diff) | |
download | rails-bbf077363e2d200c529e4c6feba924a9537433c6.tar.gz rails-bbf077363e2d200c529e4c6feba924a9537433c6.tar.bz2 rails-bbf077363e2d200c529e4c6feba924a9537433c6.zip |
Merge pull request #28954 from bogdanvlviv/set-proper-assertion-that-test-failed
Set proper assertion to be sure the test failed
-rw-r--r-- | railties/test/application/test_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/application/test_test.rb b/railties/test/application/test_test.rb index f94087f2e8..2a1a6bcbfd 100644 --- a/railties/test/application/test_test.rb +++ b/railties/test/application/test_test.rb @@ -55,7 +55,7 @@ module ApplicationTests end RUBY - assert_unsuccessful_run "unit/foo_test.rb", "Expected false to be truthy" + assert_unsuccessful_run "unit/foo_test.rb", "Failure:\nFooTest#test_truth" end test "integration test" do |