aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2014-08-14 11:21:15 +0900
committerAkira Matsuda <ronnie@dio.jp>2014-08-14 11:22:24 +0900
commit2440933fe2c27b27bcafcd9019717800db2641aa (patch)
tree3306743cbe6e8482ea71ecd30a11fea045908c47 /activerecord/test
parent0127f02826fec6641c21779c4109a1d2ccb700fe (diff)
downloadrails-2440933fe2c27b27bcafcd9019717800db2641aa.tar.gz
rails-2440933fe2c27b27bcafcd9019717800db2641aa.tar.bz2
rails-2440933fe2c27b27bcafcd9019717800db2641aa.zip
Finally! None of our tests are order_dependent!
Diffstat (limited to 'activerecord/test')
-rw-r--r--activerecord/test/cases/helper.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activerecord/test/cases/helper.rb b/activerecord/test/cases/helper.rb
index a35ddf5632..6a8aff4b69 100644
--- a/activerecord/test/cases/helper.rb
+++ b/activerecord/test/cases/helper.rb
@@ -201,8 +201,3 @@ module InTimeZone
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!