From 7bcfff4457d98afca43b72c5ecb083fb6cab0a93 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 28 Mar 2009 23:56:14 -0700 Subject: Explicit test dependencies --- activesupport/test/core_ext/load_error_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/test/core_ext/load_error_test.rb') diff --git a/activesupport/test/core_ext/load_error_test.rb b/activesupport/test/core_ext/load_error_test.rb index cfa8f978af..b775b65f9f 100644 --- a/activesupport/test/core_ext/load_error_test.rb +++ b/activesupport/test/core_ext/load_error_test.rb @@ -1,4 +1,5 @@ require 'abstract_unit' +require 'active_support/core_ext/load_error' class TestMissingSourceFile < Test::Unit::TestCase def test_with_require -- cgit v1.2.3