From c23d28e2b39eea266bc783c5e6b656b84866ee84 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 7 Oct 2009 16:59:51 -0700 Subject: To unmarshal MissingSourceFile from child --- activesupport/lib/active_support/testing/isolation.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/testing') diff --git a/activesupport/lib/active_support/testing/isolation.rb b/activesupport/lib/active_support/testing/isolation.rb index cdd6d5f49b..bec303f6ab 100644 --- a/activesupport/lib/active_support/testing/isolation.rb +++ b/activesupport/lib/active_support/testing/isolation.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/load_error' + module ActiveSupport module Testing class ProxyTestResult @@ -107,4 +109,4 @@ if ENV['ISOLATION_TEST'] super && test.method_name == ENV['ISOLATION_TEST'] end end -end \ No newline at end of file +end -- cgit v1.2.3