aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/class_inheritable_attributes_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/class_inheritable_attributes_test.rb')
-rw-r--r--activesupport/test/class_inheritable_attributes_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/class_inheritable_attributes_test.rb b/activesupport/test/class_inheritable_attributes_test.rb
index 6157d70649..9a472eacd2 100644
--- a/activesupport/test/class_inheritable_attributes_test.rb
+++ b/activesupport/test/class_inheritable_attributes_test.rb
@@ -1,5 +1,5 @@
require 'test/unit'
-require File.dirname(__FILE__) + '/../lib/class_inheritable_attributes'
+require File.dirname(__FILE__) + '/../lib/active_support/class_inheritable_attributes'
class ClassInheritableAttributesTest < Test::Unit::TestCase
def setup