1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Rafael Mendonça França 2014-08-12 10:59:09 -03:00
parent cee28d0120
commit 82e28492e7

View file

@ -205,4 +205,4 @@ require 'mocha/setup' # FIXME: stop using mocha
# 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!