diff options
author | Arun Agrawal <arunagw@gmail.com> | 2013-12-06 10:26:59 +0100 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2013-12-06 16:53:14 +0100 |
commit | ec00442c10cb90796909e876fb1cc557ed7518bd (patch) | |
tree | ca296205b923fc798fe195308b319651c428c692 /activesupport | |
parent | 10e0e5125bcd31e98581e20fec99c395cd6b591c (diff) | |
download | rails-ec00442c10cb90796909e876fb1cc557ed7518bd.tar.gz rails-ec00442c10cb90796909e876fb1cc557ed7518bd.tar.bz2 rails-ec00442c10cb90796909e876fb1cc557ed7518bd.zip |
Minitest upgrade broke build
https://github.com/seattlerb/minitest/commit/34760e3b268bc1bb4ac5fe1a44ef1ff0a2f9bd4d
This PR should fix build
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/testing/isolation.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |