aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/test_case.rb
diff options
context:
space:
mode:
authorGuo Xiang Tan <tgx_world@hotmail.com>2015-03-24 00:27:53 +0800
committerGuo Xiang Tan <tgx_world@hotmail.com>2015-03-24 00:27:53 +0800
commit5a973b314bde0948b451f60c7cab980f96286099 (patch)
tree547e2c2632e6961ed9dc740098ce098d159db067 /activesupport/lib/active_support/test_case.rb
parent550c1f095028d480e486388b43b880b8f01c48c5 (diff)
downloadrails-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/active_support/test_case.rb')
-rw-r--r--activesupport/lib/active_support/test_case.rb2
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