<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -143,5 +143,16 @@ describe &quot;Taggable&quot; do
       InheritingTaggableModel.find_tagged_with(&quot;fork&quot;, :on =&gt; :parts).should be_empty
       AlteredInheritingTaggableModel.find_tagged_with(&quot;fork&quot;, :on =&gt; :parts).first.should == @inherited_different
     end
+    
+    it &quot;should have different tag_counts_on for inherited models&quot; do
+      @inherited_same.tag_list = &quot;bob, kelso&quot;
+      @inherited_same.save!
+      @inherited_different.tag_list = &quot;fork, spoon&quot;
+      @inherited_different.save!
+      
+      InheritingTaggableModel.tag_counts_on(:tags).map(&amp;:name).should == %w(bob kelso)
+      AlteredInheritingTaggableModel.tag_counts_on(:tags).map(&amp;:name).should == %w(fork spoon)
+      TaggableModel.tag_counts_on(:tags).map(&amp;:name).should == %w(bob kelso fork spoon)
+    end
   end
 end</diff>
      <filename>spec/acts_as_taggable_on/taggable_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4a37878aac850349beff3082d49b70291160bb9e</id>
    </parent>
    <parent>
      <id>68eedca0a660c46878d522252eb692a5e98fcb53</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/acts-as-taggable-on/commit/57f6b03542d87a904e24e8054acd57018ad1b0b3</url>
  <id>57f6b03542d87a904e24e8054acd57018ad1b0b3</id>
  <committed-date>2009-10-30T11:47:25-07:00</committed-date>
  <authored-date>2009-10-30T11:47:25-07:00</authored-date>
  <message>Merge branch 'master' of github.com:mbleigh/acts-as-taggable-on</message>
  <tree>e04c66bef90b9898639bcb37091fcd7db1741f02</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
