mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Missed pluralize nil test in [5431].
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5441 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -113,6 +113,7 @@ class TextHelperTest < Test::Unit::TestCase
|
||||
assert_equal("1,066 counts", pluralize('1,066', "count"))
|
||||
assert_equal("1.25 counts", pluralize('1.25', "count"))
|
||||
assert_equal("2 counters", pluralize(2, "count", "counters"))
|
||||
assert_equal("0 counters", pluralize(nil, "count", "counters"))
|
||||
end
|
||||
|
||||
def test_auto_link_parsing
|
||||
|
||||
Reference in New Issue
Block a user