From dc3d6eb9b4aaed051dd6d5a5a07f6c66b72da4c4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 15 Feb 2005 15:57:44 +0000 Subject: Moved Active Support into its own gem git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@624 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/test/misc_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/test/misc_test.rb') diff --git a/activesupport/test/misc_test.rb b/activesupport/test/misc_test.rb index 5a2d1d33e8..cfd54c0ad0 100644 --- a/activesupport/test/misc_test.rb +++ b/activesupport/test/misc_test.rb @@ -1,5 +1,5 @@ require 'test/unit' -require File.dirname(__FILE__) + '/../lib/misc' +require File.dirname(__FILE__) + '/../lib/active_support/misc' class MiscTest < Test::Unit::TestCase def test_silence_warnings -- cgit v1.2.3