From 9e9090f887b61f4dca1cf6ea74cb64e649e95719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Silva?= Date: Fri, 25 Mar 2011 17:27:26 +0000 Subject: added missing require --- activesupport/lib/active_support/testing/performance/rubinius.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport') 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 -- cgit v1.2.3