aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-07-04 11:16:21 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-07-04 11:16:21 -0700
commit6f74d36c4263a6cbbc6dc32a03edeed04faefbd9 (patch)
treee7f6d460a5fabddea96d714dec2178cc7222e7b7 /activesupport/lib/active_support
parenta66f498955edf8e000751ffc38d42be307adcef5 (diff)
downloadrails-6f74d36c4263a6cbbc6dc32a03edeed04faefbd9.tar.gz
rails-6f74d36c4263a6cbbc6dc32a03edeed04faefbd9.tar.bz2
rails-6f74d36c4263a6cbbc6dc32a03edeed04faefbd9.zip
activesupport gem dependencies should reflect the versions we actually use
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/test_case.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb
index b6abc3b561..a6f3b43792 100644
--- a/activesupport/lib/active_support/test_case.rb
+++ b/activesupport/lib/active_support/test_case.rb
@@ -1,3 +1,4 @@
+gem 'minitest' # make sure we get the gem, not stdlib
require 'minitest/spec'
require 'active_support/testing/setup_and_teardown'
require 'active_support/testing/assertions'