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:
parent
71dfce6e47
commit
7a72fdc7dc
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue