diff --git a/activerecord/test/cases/helper.rb b/activerecord/test/cases/helper.rb index ff81855ef3d440a6e8693657ecef9d9754d3787b..a35ddf5632c60806e2bea0643b20f7ecf77fd537 100644 --- a/activerecord/test/cases/helper.rb +++ b/activerecord/test/cases/helper.rb @@ -205,4 +205,4 @@ def in_time_zone(zone) # FIXME: we have tests that depend on run order, we should fix that and # remove this method call. require 'active_support/test_case' -ActiveSupport::TestCase.tests_are_order_dependent! +ActiveSupport::TestCase.my_tests_are_order_dependent!