From 606203c03494168c03fa81b5fdf71ee8ede7faf0 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 21:06:27 +0100 Subject: [PATCH] testing/performance.rb needs active_support/core_ext/string/inflections because it uses demodulize --- activesupport/lib/active_support/testing/performance.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/testing/performance.rb b/activesupport/lib/active_support/testing/performance.rb index 66e32fa5d7..24eea1e40b 100644 --- a/activesupport/lib/active_support/testing/performance.rb +++ b/activesupport/lib/active_support/testing/performance.rb @@ -4,6 +4,7 @@ require 'fileutils' require 'rails/version' require 'active_support/core_ext/class/delegating_attributes' + require 'active_support/core_ext/string/inflections' module ActiveSupport module Testing -- GitLab