diff options
author | Ken Collins <ken@metaskills.net> | 2015-11-04 11:15:51 -0500 |
---|---|---|
committer | Ken Collins <ken@metaskills.net> | 2015-11-04 11:15:51 -0500 |
commit | 91f5adf03aaf5347c694d901a81c25ee40525497 (patch) | |
tree | af156a1d0bf39405303a25ad071b5121af42a899 /activesupport | |
parent | c8b24cc2675aceb020a8b8c8ee46854ab30d0125 (diff) | |
download | rails-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')
-rw-r--r-- | activesupport/lib/active_support/log_subscriber/test_helper.rb | 1 |
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 # |