aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-11-05 13:00:21 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-11-05 13:01:14 -0200
commitb8b100a83404e6d506dd806d0e11bade26f0d534 (patch)
treea20ab8f505d1bd07020701f93dce3a25035bc650 /activesupport
parent5cb2edce7fb19173a11d2cb03b50327f89e79291 (diff)
downloadrails-b8b100a83404e6d506dd806d0e11bade26f0d534.tar.gz
rails-b8b100a83404e6d506dd806d0e11bade26f0d534.tar.bz2
rails-b8b100a83404e6d506dd806d0e11bade26f0d534.zip
Remove AS::Concern extension from Testing::TaggedLogging
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/testing/tagged_logging.rb4
1 files changed, 0 insertions, 4 deletions
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