<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -87,11 +87,12 @@ describe 'Commenter use case (a1: p1&gt;c1, a2: p2&gt;c1, p3&gt;c2, a3: p4&gt;c3)' do
       end
       
       it &quot;u1.commented_posts.find_inflamatory(:all) should == [p2]&quot; do
-        @u1.commented_posts.find_inflamatory(:all).should == [@p2]
+        # uniq ids is here (and next spec) because eager loading changed behaviour 2.0.2 =&gt; edge
+        @u1.commented_posts.find_inflamatory(:all).collect(&amp;:id).uniq.should == [@p2.id]
       end
         
-      it &quot;u1.posts_of_interest.find_inflamatory(:all) should == [p2]&quot; do
-        @u1.posts_of_interest.find_inflamatory(:all).should == [@p2]
+      it &quot;u1.posts_of_interest.find_inflamatory(:all).uniq should == [p2]&quot; do
+        @u1.posts_of_interest.find_inflamatory(:all).collect(&amp;:id).uniq.should == [@p2.id]
       end
       
       if ActiveRecord::Base.respond_to?(:named_scope)</diff>
      <filename>spec/models/commenter_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c6353e4f8ca1be367f56036eb34fbac83292e6fd</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/nested_has_many_through/commit/d4fbcf20b538f240062c4b7a6953de4c85e44545</url>
  <id>d4fbcf20b538f240062c4b7a6953de4c85e44545</id>
  <committed-date>2008-04-30T05:09:37-07:00</committed-date>
  <authored-date>2008-04-30T05:09:37-07:00</authored-date>
  <message>Fixed spec that failed in 2.0-stable and 2.0.2 due to eager loading changes</message>
  <tree>409cc8529d6b1c15fd55361267ea53372f90f59d</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
