aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-23 13:35:12 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-23 13:35:12 -0300
commit4a0f314d8a54c090e53400f84508a3118c0fe2b4 (patch)
tree547e2c2632e6961ed9dc740098ce098d159db067 /activesupport/lib/active_support
parent550c1f095028d480e486388b43b880b8f01c48c5 (diff)
parent5a973b314bde0948b451f60c7cab980f96286099 (diff)
downloadrails-4a0f314d8a54c090e53400f84508a3118c0fe2b4.tar.gz
rails-4a0f314d8a54c090e53400f84508a3118c0fe2b4.tar.bz2
rails-4a0f314d8a54c090e53400f84508a3118c0fe2b4.zip
Merge pull request #19475 from tgxworld/no_one_has_to_suck_anymore
Remove alias for `i_suck_and_my_tests_are_order_dependent`.
Diffstat (limited to 'activesupport/lib/active_support')
-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