From 6f74d36c4263a6cbbc6dc32a03edeed04faefbd9 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 4 Jul 2012 11:16:21 -0700 Subject: activesupport gem dependencies should reflect the versions we actually use --- activesupport/lib/active_support/test_case.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support') 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' -- cgit v1.2.3