diff options
author | Guo Xiang Tan <tgx_world@hotmail.com> | 2015-03-24 00:27:53 +0800 |
---|---|---|
committer | Guo Xiang Tan <tgx_world@hotmail.com> | 2015-03-24 00:27:53 +0800 |
commit | 5a973b314bde0948b451f60c7cab980f96286099 (patch) | |
tree | 547e2c2632e6961ed9dc740098ce098d159db067 /activesupport/lib | |
parent | 550c1f095028d480e486388b43b880b8f01c48c5 (diff) | |
download | rails-5a973b314bde0948b451f60c7cab980f96286099.tar.gz rails-5a973b314bde0948b451f60c7cab980f96286099.tar.bz2 rails-5a973b314bde0948b451f60c7cab980f96286099.zip |
Remove alias for `i_suck_and_my_tests_are_order_dependent`.
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/test_case.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb index 739823bd56..9a45c07e8d 100644 --- a/activesupport/lib/active_support/test_case.rb +++ b/activesupport/lib/active_support/test_case.rb @@ -45,8 +45,6 @@ module ActiveSupport test_order end - - alias :my_tests_are_order_dependent! :i_suck_and_my_tests_are_order_dependent! end alias_method :method_name, :name |