diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-12 10:51:41 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-12 10:51:41 -0300 |
commit | e81f3c210eca074ed6227bd1c40835d44761c09e (patch) | |
tree | 8b29d0d06f0cfcc6ebac3d3a401508b4d80f3f77 /actionmailer/test | |
parent | 9424b48d39fc2f646f34ffb088568a148313c0e8 (diff) | |
download | rails-e81f3c210eca074ed6227bd1c40835d44761c09e.tar.gz rails-e81f3c210eca074ed6227bd1c40835d44761c09e.tar.bz2 rails-e81f3c210eca074ed6227bd1c40835d44761c09e.zip |
Nobody sucks so nobody should call this awful method name
Diffstat (limited to 'actionmailer/test')
-rw-r--r-- | actionmailer/test/abstract_unit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/test/abstract_unit.rb b/actionmailer/test/abstract_unit.rb index b07d8c7087..1281b1bcfc 100644 --- a/actionmailer/test/abstract_unit.rb +++ b/actionmailer/test/abstract_unit.rb @@ -55,4 +55,4 @@ 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.i_suck_and_my_tests_are_order_dependent! +ActiveSupport::TestCase.my_tests_are_order_dependent! |