From 22202a115a49d1b29f686dbae89e4ecf79de3722 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Sun, 11 Jan 2015 16:21:20 -0500 Subject: [PATCH] Lets keep the assert_equal without parens for consistency. --- test/adapter/json_api/has_many_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/adapter/json_api/has_many_test.rb b/test/adapter/json_api/has_many_test.rb index 34ba7669..0d334cac 100644 --- a/test/adapter/json_api/has_many_test.rb +++ b/test/adapter/json_api/has_many_test.rb @@ -86,7 +86,7 @@ module ActiveModel type: "posts", ids: ["1"] } - assert_equal(expected, actual) + assert_equal expected, actual end end end