1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update docs/comments to use setup/teardown blocks vs. methods.

* Remove super for setup block. Not needed.
This commit is contained in:
Ken Collins 2015-11-04 11:15:51 -05:00
parent c8b24cc267
commit 91f5adf03a

View file

@ -11,7 +11,6 @@ module ActiveSupport
# include ActiveSupport::LogSubscriber::TestHelper
#
# setup do
# super
# ActiveRecord::LogSubscriber.attach_to(:active_record)
# end
#