From 549c68118441a2538907655bfd3f7dd9cfe35072 Mon Sep 17 00:00:00 2001 From: Lucas Mazza Date: Fri, 14 Aug 2015 14:20:51 -0300 Subject: [ci skip] Add missing `super` to the setup of the `ActiveSupport::LogSubscriber::TestHelper` example. --- activesupport/lib/active_support/log_subscriber/test_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/log_subscriber/test_helper.rb b/activesupport/lib/active_support/log_subscriber/test_helper.rb index 75f353f62c..38b3b1f960 100644 --- a/activesupport/lib/active_support/log_subscriber/test_helper.rb +++ b/activesupport/lib/active_support/log_subscriber/test_helper.rb @@ -11,6 +11,7 @@ module ActiveSupport # include ActiveSupport::LogSubscriber::TestHelper # # def setup + # super # ActiveRecord::LogSubscriber.attach_to(:active_record) # end # -- cgit v1.2.3