aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-01 21:06:27 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-01 14:28:56 -0800
commit606203c03494168c03fa81b5fdf71ee8ede7faf0 (patch)
treee78f42187e5a73c93fd2ac19080085924f6891ab /activesupport
parent0e5b9d7d7dbeb15eefa9ec96a70adf36bc6f483b (diff)
downloadrails-606203c03494168c03fa81b5fdf71ee8ede7faf0.tar.gz
rails-606203c03494168c03fa81b5fdf71ee8ede7faf0.tar.bz2
rails-606203c03494168c03fa81b5fdf71ee8ede7faf0.zip
testing/performance.rb needs active_support/core_ext/string/inflections because it uses demodulize
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/testing/performance.rb1
1 files changed, 1 insertions, 0 deletions
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 @@ begin
require 'fileutils'
require 'rails/version'
require 'active_support/core_ext/class/delegating_attributes'
+ require 'active_support/core_ext/string/inflections'
module ActiveSupport
module Testing