aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorGonçalo Silva <goncalossilva@gmail.com>2011-03-25 17:27:26 +0000
committerGonçalo Silva <goncalossilva@gmail.com>2011-03-25 17:27:26 +0000
commit9e9090f887b61f4dca1cf6ea74cb64e649e95719 (patch)
treeea02d6ad6a699dd9ddd3d9725b0568bfb7b866b1 /activesupport
parent4fe86a3ea243a16e69bcb406e733fe500fe5ede8 (diff)
downloadrails-9e9090f887b61f4dca1cf6ea74cb64e649e95719.tar.gz
rails-9e9090f887b61f4dca1cf6ea74cb64e649e95719.tar.bz2
rails-9e9090f887b61f4dca1cf6ea74cb64e649e95719.zip
added missing require
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/testing/performance/rubinius.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/testing/performance/rubinius.rb b/activesupport/lib/active_support/testing/performance/rubinius.rb
index f939719d30..d91337c469 100644
--- a/activesupport/lib/active_support/testing/performance/rubinius.rb
+++ b/activesupport/lib/active_support/testing/performance/rubinius.rb
@@ -1,3 +1,5 @@
+require 'rubinius/agent'
+
module ActiveSupport
module Testing
module Performance