Lets keep the assert_equal without parens for consistency.

This commit is contained in:
Guillermo Iguaran 2015-01-11 16:21:20 -05:00
parent 7085afe714
commit 22202a115a

View File

@ -86,7 +86,7 @@ module ActiveModel
type: "posts",
ids: ["1"]
}
assert_equal(expected, actual)
assert_equal expected, actual
end
end
end