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

actionmailer_tests_are_order_dependent!

This commit is contained in:
Akira Matsuda 2014-08-13 22:29:30 +09:00
parent 80cee184ac
commit 2ef0d3bea6

View file

@ -51,3 +51,8 @@ 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!