aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/abstract_unit.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2014-08-13 18:26:41 +0900
committerAkira Matsuda <ronnie@dio.jp>2014-08-13 21:25:10 +0900
commitbc116a55ca3dd9f63a1f1ca7ade3623885adcc57 (patch)
tree38fde0fc5754fde90d44ee77734778901d0908b2 /actionmailer/test/abstract_unit.rb
parentcbb94a39835b3eba14d95d3adcf604d97af6ee0d (diff)
downloadrails-bc116a55ca3dd9f63a1f1ca7ade3623885adcc57.tar.gz
rails-bc116a55ca3dd9f63a1f1ca7ade3623885adcc57.tar.bz2
rails-bc116a55ca3dd9f63a1f1ca7ade3623885adcc57.zip
AM, AP, AV, and AMo tests are already order_independent!
Diffstat (limited to 'actionmailer/test/abstract_unit.rb')
-rw-r--r--actionmailer/test/abstract_unit.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/actionmailer/test/abstract_unit.rb b/actionmailer/test/abstract_unit.rb
index 1281b1bcfc..98d266bd73 100644
--- a/actionmailer/test/abstract_unit.rb
+++ b/actionmailer/test/abstract_unit.rb
@@ -51,8 +51,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!