From 91f5adf03aaf5347c694d901a81c25ee40525497 Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Wed, 4 Nov 2015 11:15:51 -0500 Subject: Update docs/comments to use setup/teardown blocks vs. methods. * Remove super for setup block. Not needed. --- activesupport/lib/active_support/log_subscriber/test_helper.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/log_subscriber/test_helper.rb b/activesupport/lib/active_support/log_subscriber/test_helper.rb index 0abedafe76..588ed67c81 100644 --- a/activesupport/lib/active_support/log_subscriber/test_helper.rb +++ b/activesupport/lib/active_support/log_subscriber/test_helper.rb @@ -11,7 +11,6 @@ module ActiveSupport # include ActiveSupport::LogSubscriber::TestHelper # # setup do - # super # ActiveRecord::LogSubscriber.attach_to(:active_record) # end # -- cgit v1.2.3