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:
parent
655c2c8b50
commit
bf0a67931d
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue