Skip to content

Commit

Permalink
To unmarshal MissingSourceFile from child
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Oct 10, 2009
1 parent 68d416a commit c23d28e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion activesupport/lib/active_support/testing/isolation.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'active_support/core_ext/load_error'

module ActiveSupport
module Testing
class ProxyTestResult
Expand Down Expand Up @@ -107,4 +109,4 @@ def include?(test)
super && test.method_name == ENV['ISOLATION_TEST']
end
end
end
end

0 comments on commit c23d28e

Please sign in to comment.