From f6d852665987142fb85ab26da9cc01f5d9b65d46 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 5 Jan 2008 13:31:04 +0000 Subject: require abstract_unit directly since test is in load path git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8563 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/test/core_ext/class/delegating_attributes_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport/test/core_ext/class/delegating_attributes_test.rb') diff --git a/activesupport/test/core_ext/class/delegating_attributes_test.rb b/activesupport/test/core_ext/class/delegating_attributes_test.rb index f5b14364cf..fa605e6d19 100644 --- a/activesupport/test/core_ext/class/delegating_attributes_test.rb +++ b/activesupport/test/core_ext/class/delegating_attributes_test.rb @@ -1,4 +1,4 @@ -require File.dirname(__FILE__) + '/../../abstract_unit' +require 'abstract_unit' module DelegatingFixtures class Parent @@ -102,4 +102,4 @@ class DelegatingAttributesTest < Test::Unit::TestCase assert_nil Mokopuna.some_attribute end -end \ No newline at end of file +end -- cgit v1.2.3