1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove unasserted line in test

This commit is contained in:
Vijay Dev 2012-02-04 18:24:16 +05:30
parent 71dfce6e47
commit 7a72fdc7dc

View file

@ -21,6 +21,5 @@ class IntegerExtTest < ActiveSupport::TestCase
# Its results are tested comprehensively in the inflector test cases.
assert_equal '1st', 1.ordinalize
assert_equal '8th', 8.ordinalize
1000000000000000000000000000000000000000000000000000000000000000000000.ordinalize
end
end