From 281f488fffc176084bf77c3ba5b1f1c4d6ab5680 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran <guilleiguaran@gmail.com> Date: Sat, 9 Nov 2013 17:07:26 -0500 Subject: Use the method provided by minitest to make tests order dependent --- activesupport/lib/active_support/test_case.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb index 5e24118d34..d687d69603 100644 --- a/activesupport/lib/active_support/test_case.rb +++ b/activesupport/lib/active_support/test_case.rb @@ -44,10 +44,8 @@ module ActiveSupport end # FIXME: we have tests that depend on run order, we should fix that and - # remove this method. - def self.test_order # :nodoc: - :sorted - end + # remove this method call. + self.i_suck_and_my_tests_are_order_dependent! include ActiveSupport::Testing::TaggedLogging include ActiveSupport::Testing::SetupAndTeardown -- cgit v1.2.3