aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-11-04 11:20:19 -0500
committerYves Senn <yves.senn@gmail.com>2015-11-04 11:20:19 -0500
commit3f53df74d716c9db6b94a0ead9b8d2b526b6d8ee (patch)
tree4fc0f2649069fac55e339501d9a79aa8f1cc3b85 /activesupport
parente38aa9d7464c6cfd851dd4436b67a858e4e899f3 (diff)
parent91f5adf03aaf5347c694d901a81c25ee40525497 (diff)
downloadrails-3f53df74d716c9db6b94a0ead9b8d2b526b6d8ee.tar.gz
rails-3f53df74d716c9db6b94a0ead9b8d2b526b6d8ee.tar.bz2
rails-3f53df74d716c9db6b94a0ead9b8d2b526b6d8ee.zip
Merge pull request #22174 from metaskills/defsetup
Update docs/comments to use setup/teardown blocks vs. methods. [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/log_subscriber/test_helper.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/log_subscriber/test_helper.rb b/activesupport/lib/active_support/log_subscriber/test_helper.rb
index cbc20c103d..588ed67c81 100644
--- a/activesupport/lib/active_support/log_subscriber/test_helper.rb
+++ b/activesupport/lib/active_support/log_subscriber/test_helper.rb
@@ -10,8 +10,7 @@ module ActiveSupport
# class SyncLogSubscriberTest < ActiveSupport::TestCase
# include ActiveSupport::LogSubscriber::TestHelper
#
- # def setup
- # super
+ # setup do
# ActiveRecord::LogSubscriber.attach_to(:active_record)
# end
#