From 71862cabaa7a1c118f7ee18b3bda166de67b61ca Mon Sep 17 00:00:00 2001 From: Akira Matsuda + Koichi Sasada Date: Tue, 29 Jan 2013 19:44:23 +0900 Subject: Needs to explicitly require 'minitest/parallel_each' Minitest has changed to require this since https://github.com/seattlerb/minitest/commit/728054b --- activesupport/lib/active_support/testing/isolation.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/testing/isolation.rb b/activesupport/lib/active_support/testing/isolation.rb index e4f8959e7a..cc96f158b5 100644 --- a/activesupport/lib/active_support/testing/isolation.rb +++ b/activesupport/lib/active_support/testing/isolation.rb @@ -1,4 +1,6 @@ require 'rbconfig' +require 'minitest/parallel_each' + module ActiveSupport module Testing class RemoteError < StandardError -- cgit v1.2.3