From b8b100a83404e6d506dd806d0e11bade26f0d534 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 5 Nov 2012 13:00:21 -0200 Subject: Remove AS::Concern extension from Testing::TaggedLogging --- activesupport/lib/active_support/testing/tagged_logging.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/testing/tagged_logging.rb b/activesupport/lib/active_support/testing/tagged_logging.rb index 899467c45f..8ea2605733 100644 --- a/activesupport/lib/active_support/testing/tagged_logging.rb +++ b/activesupport/lib/active_support/testing/tagged_logging.rb @@ -1,10 +1,6 @@ -require 'active_support/concern' - module ActiveSupport module Testing module TaggedLogging - extend ActiveSupport::Concern - attr_writer :tagged_logger def before_setup -- cgit v1.2.3