From 9ea840f568a0ca56a514ac9488bae5df6390533e Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 24 Mar 2009 23:01:52 -0700 Subject: Explicitly require core extension under test --- activesupport/test/core_ext/class/delegating_attributes_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport') diff --git a/activesupport/test/core_ext/class/delegating_attributes_test.rb b/activesupport/test/core_ext/class/delegating_attributes_test.rb index 8fc08a0250..b51d68551d 100644 --- a/activesupport/test/core_ext/class/delegating_attributes_test.rb +++ b/activesupport/test/core_ext/class/delegating_attributes_test.rb @@ -1,4 +1,5 @@ require 'abstract_unit' +require 'active_support/core_ext/class/delegating_attributes' module DelegatingFixtures class Parent -- cgit v1.2.3