aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/log_subscriber/test_helper.rb
diff options
context:
space:
mode:
authorKen Collins <ken@metaskills.net>2015-11-04 11:15:51 -0500
committerKen Collins <ken@metaskills.net>2015-11-04 11:15:51 -0500
commit91f5adf03aaf5347c694d901a81c25ee40525497 (patch)
treeaf156a1d0bf39405303a25ad071b5121af42a899 /activesupport/lib/active_support/log_subscriber/test_helper.rb
parentc8b24cc2675aceb020a8b8c8ee46854ab30d0125 (diff)
downloadrails-91f5adf03aaf5347c694d901a81c25ee40525497.tar.gz
rails-91f5adf03aaf5347c694d901a81c25ee40525497.tar.bz2
rails-91f5adf03aaf5347c694d901a81c25ee40525497.zip
Update docs/comments to use setup/teardown blocks vs. methods.
* Remove super for setup block. Not needed.
Diffstat (limited to 'activesupport/lib/active_support/log_subscriber/test_helper.rb')
-rw-r--r--activesupport/lib/active_support/log_subscriber/test_helper.rb1
1 files changed, 0 insertions, 1 deletions
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
#