aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/template')
-rw-r--r--actionpack/test/template/number_helper_test.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/actionpack/test/template/number_helper_test.rb b/actionpack/test/template/number_helper_test.rb
index 31f25f2ecb..9cc203bc42 100644
--- a/actionpack/test/template/number_helper_test.rb
+++ b/actionpack/test/template/number_helper_test.rb
@@ -86,10 +86,4 @@ class NumberHelperTest < Test::Unit::TestCase
assert_nil number_to_human_size('x')
assert_nil number_to_human_size(nil)
end
-
- def test_human_size_alias_is_deprecated
- assert_deprecated 'human_size' do
- assert_equal '0 Bytes', human_size(0)
- end
- end
end