From 86ebe0bd36e03b7b7531d818f65cacdb03766abe Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 26 Sep 2012 11:16:43 -0700 Subject: Tests tag the Rails log with the current test class and test case --- activesupport/lib/active_support/test_case.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support/test_case.rb') diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb index 60bd4ace9b..1f874b56db 100644 --- a/activesupport/lib/active_support/test_case.rb +++ b/activesupport/lib/active_support/test_case.rb @@ -1,5 +1,6 @@ gem 'minitest' # make sure we get the gem, not stdlib require 'minitest/spec' +require 'active_support/testing/tagged_logging' require 'active_support/testing/setup_and_teardown' require 'active_support/testing/assertions' require 'active_support/testing/deprecation' @@ -33,6 +34,7 @@ module ActiveSupport :sorted end + include ActiveSupport::Testing::TaggedLogging include ActiveSupport::Testing::SetupAndTeardown include ActiveSupport::Testing::Assertions include ActiveSupport::Testing::Deprecation -- cgit v1.2.3