Merge pull request #3244 from ugisozols/master

One of the activemodel naming tests wasn't asserting anything.
This commit is contained in:
Vijay Dev
2011-10-07 10:26:45 -07:00

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