From 3270156049186d84d4ad55f949b88480710a5c53 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Sun, 8 Jul 2012 10:50:21 -0700 Subject: minitest is a gem dep, so remove this conditional --- activesupport/lib/active_support/test_case.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb index a6f3b43792..307c53eac3 100644 --- a/activesupport/lib/active_support/test_case.rb +++ b/activesupport/lib/active_support/test_case.rb @@ -13,12 +13,6 @@ module ActiveSupport include ActiveSupport::Testing::MochaModule - if MiniTest::Unit::VERSION < '2.6.1' - class << self - alias :name :to_s - end - end - # Use AS::TestCase for the base class when describing a model register_spec_type(self) do |desc| desc < ActiveRecord::Model -- cgit v1.2.3