mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Last two asserts in this test assume that all_comments are ordered by posts.id and then by comments.id therefore additional ordering is added. Without it test was failing on Oracle which returned results in different order.