From 9d0a65320f3b505425ced2db22422772e15a5d2e Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 1 Jul 2013 20:49:15 -0300 Subject: Add missing require Commit cfa35c55bb38b27af305ad21408e181bc3cd739e removed the buffered_logger from AS, which required the logger file. Now we need to add the proper require here. --- activesupport/lib/active_support/log_subscriber/test_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/log_subscriber/test_helper.rb b/activesupport/lib/active_support/log_subscriber/test_helper.rb index e50784ea0e..75f353f62c 100644 --- a/activesupport/lib/active_support/log_subscriber/test_helper.rb +++ b/activesupport/lib/active_support/log_subscriber/test_helper.rb @@ -1,4 +1,5 @@ require 'active_support/log_subscriber' +require 'active_support/logger' require 'active_support/notifications' module ActiveSupport -- cgit v1.2.3