From bf0a67931dd8e58f6f878b9510ae818ae1f29a3a Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Wed, 13 Aug 2014 21:21:22 +0900 Subject: Railties tests are order_independent! Hopefully. --- railties/test/abstract_unit.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'railties/test') diff --git a/railties/test/abstract_unit.rb b/railties/test/abstract_unit.rb index d8800eaa0f..b6533a5fb2 100644 --- a/railties/test/abstract_unit.rb +++ b/railties/test/abstract_unit.rb @@ -28,10 +28,6 @@ def jruby_skip(message = '') end class ActiveSupport::TestCase - # FIXME: we have tests that depend on run order, we should fix that and - # remove this method call. - self.my_tests_are_order_dependent! - private unless defined?(:capture) -- cgit v1.2.3