1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Railties tests are order_independent! Hopefully.

This commit is contained in:
Akira Matsuda 2014-08-13 21:21:22 +09:00
parent 655c2c8b50
commit bf0a67931d

View file

@ -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)