Skip to content

Commit

Permalink
Removed trailing space on the test sql string statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelJuliano-duplicate committed Oct 31, 2011
1 parent d75a0ef commit 2680d64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_select_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@ def test_join_sources
joins = users.join(counts).on(counts[:user_id].eq(10))
joins.to_sql.must_be_like %{
SELECT FROM "users" INNER JOIN (SELECT "comments"."user_id" AS user_id, COUNT("comments"."user_id") AS count FROM "comments" GROUP BY "comments"."user_id") counts ON counts."user_id" = 10
}
end

Expand Down

0 comments on commit 2680d64

Please sign in to comment.