From 0ee1cb2cd32bfaf47deaf5440dd5b9cf0915ab6a Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 2 Oct 2007 05:32:14 +0000 Subject: Ruby 1.9 compat, consistent load paths git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7719 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/core_ext/test.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'activesupport/lib/active_support/core_ext/test.rb') diff --git a/activesupport/lib/active_support/core_ext/test.rb b/activesupport/lib/active_support/core_ext/test.rb index 193599b8dc..c0b19bdc58 100644 --- a/activesupport/lib/active_support/core_ext/test.rb +++ b/activesupport/lib/active_support/core_ext/test.rb @@ -1,2 +1 @@ -require File.dirname(__FILE__) + '/test/difference' - +require 'active_support/core_ext/test/unit/assertions' -- cgit v1.2.3