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

One of the activemodel naming tests wasn't asserting anything.

This commit is contained in:
Uģis Ozols 2011-10-07 16:42:44 +03:00
parent 9312d217d6
commit 4015080efd

View file

@ -148,7 +148,7 @@ class NamingWithSuppliedModelNameTest < ActiveModel::TestCase
end
def test_human
'Article'
assert_equal 'Article', @model_name.human
end
def test_route_key