Skip to content

Commit

Permalink
✂️
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
rafaelfranca committed Aug 26, 2013
1 parent fefb132 commit 6da54c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activerecord/test/cases/relation_test.rb
Expand Up @@ -199,7 +199,6 @@ def test_relation_merging_with_merged_joins_as_strings
posts_with_special_comments_with_ratings = Post.group("posts.id").joins(:special_comments).merge(special_comments_with_ratings)
assert_equal 3, authors(:david).posts.merge(posts_with_special_comments_with_ratings).count.length
end

end

class RelationMutationTest < ActiveSupport::TestCase
Expand Down

0 comments on commit 6da54c9

Please sign in to comment.