Skip to content

Commit

Permalink
Fix test for Rubinius
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Aug 5, 2011
1 parent b1be622 commit 8118e41
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -247,7 +247,7 @@ def test_has_many_through_has_and_belongs_to_many_with_has_many_source_reflectio

def test_has_many_through_has_and_belongs_to_many_with_has_many_source_reflection_preload_via_joins
assert_includes_and_joins_equal(
Category.where('comments.id' => comments(:more_greetings).id).order('comments.id'),
Category.where('comments.id' => comments(:more_greetings).id).order('categories.id'),
[categories(:general), categories(:technology)], :post_comments
)
end
Expand Down

0 comments on commit 8118e41

Please sign in to comment.