Skip to content

Commit 4015080

Browse files
committed
One of the activemodel naming tests wasn't asserting anything.
1 parent 9312d21 commit 4015080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activemodel/test/cases/naming_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_partial_path
148148
end
149149

150150
def test_human
151-
'Article'
151+
assert_equal 'Article', @model_name.human
152152
end
153153

154154
def test_route_key

0 commit comments

Comments
 (0)