diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-06-19 23:21:00 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-06-19 23:21:00 -0300 |
commit | 39dec69712aaf954c0f00f2a32c32356d789e3ed (patch) | |
tree | 33e0227329b20815e1b4810ea9738a911699b1ac /railties | |
parent | 453188568dc31b29aa2592517ebecb90ecfab681 (diff) | |
download | rails-39dec69712aaf954c0f00f2a32c32356d789e3ed.tar.gz rails-39dec69712aaf954c0f00f2a32c32356d789e3ed.tar.bz2 rails-39dec69712aaf954c0f00f2a32c32356d789e3ed.zip |
Run the logger tests in isolation
Diffstat (limited to 'railties')
-rw-r--r-- | railties/test/application/rack/logger_test.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/test/application/rack/logger_test.rb b/railties/test/application/rack/logger_test.rb index a77c6f472c..46fd09cb26 100644 --- a/railties/test/application/rack/logger_test.rb +++ b/railties/test/application/rack/logger_test.rb @@ -5,6 +5,7 @@ require "rack/test" module ApplicationTests module RackTests class LoggerTest < ActiveSupport::TestCase + include ActiveSupport::Testing::Isolation include ActiveSupport::LogSubscriber::TestHelper include Rack::Test::Methods @@ -17,6 +18,7 @@ module ApplicationTests end def teardown + super teardown_app end |