diff options
author | Akira Matsuda <ronnie@dio.jp> | 2014-08-13 19:44:50 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2014-08-13 21:25:11 +0900 |
commit | cbde413df3839e06dd14e3c220e9800af91e83ab (patch) | |
tree | eb60fd1ddcdb2e54d97c05b32a798177a0eb27ec /activesupport/test | |
parent | 6e440a014709f8f5ffd2fb2c72ddf7de9f3f456a (diff) | |
download | rails-cbde413df3839e06dd14e3c220e9800af91e83ab.tar.gz rails-cbde413df3839e06dd14e3c220e9800af91e83ab.tar.bz2 rails-cbde413df3839e06dd14e3c220e9800af91e83ab.zip |
AS tests are now order_independent!
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/abstract_unit.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb index 52fbaf8a85..7ffcae6007 100644 --- a/activesupport/test/abstract_unit.rb +++ b/activesupport/test/abstract_unit.rb @@ -38,8 +38,3 @@ def jruby_skip(message = '') end 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.my_tests_are_order_dependent! |