From ec00442c10cb90796909e876fb1cc557ed7518bd Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Fri, 6 Dec 2013 10:26:59 +0100 Subject: Minitest upgrade broke build https://github.com/seattlerb/minitest/commit/34760e3b268bc1bb4ac5fe1a44ef1ff0a2f9bd4d This PR should fix build --- activesupport/lib/active_support/testing/isolation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/testing/isolation.rb b/activesupport/lib/active_support/testing/isolation.rb index d5d31cecbe..18c48a7e0c 100644 --- a/activesupport/lib/active_support/testing/isolation.rb +++ b/activesupport/lib/active_support/testing/isolation.rb @@ -1,5 +1,5 @@ require 'rbconfig' -require 'minitest/parallel_each' +require 'minitest/parallel' module ActiveSupport module Testing -- cgit v1.2.3