<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,10 +8,11 @@ class PolymorphicIncludeTest &lt; Test::Unit::TestCase
     @father = Father.create
     @child = Child.create :parent =&gt; @mother
     @child2 = Child.create :parent =&gt; @father
+    @toy = Toy.create :child =&gt; @child
   end
 
   def teardown
-    [Mother, Father, Child].each {|obj| obj.destroy_all}
+    [Mother, Father, Child, Toy].each {|obj| obj.destroy_all}
   end
 
   def test_single_element</diff>
      <filename>test/unit/polymorphic_include_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d92060953be9ca5e11638e28cfe79af87e4e4c05</id>
    </parent>
  </parents>
  <author>
    <name>Jason Haruska</name>
    <email>jason@haruska.com</email>
  </author>
  <url>http://github.com/haruska/polymorphic_include/commit/672b62272586635765223e4afa9f52de85d3950e</url>
  <id>672b62272586635765223e4afa9f52de85d3950e</id>
  <committed-date>2009-09-17T09:05:19-07:00</committed-date>
  <authored-date>2009-09-17T09:05:19-07:00</authored-date>
  <message>add toy fixtures to setup and teardown</message>
  <tree>4710e68cec879c62d16e01112cba3c76ece53b58</tree>
  <committer>
    <name>Jason Haruska</name>
    <email>jason@haruska.com</email>
  </committer>
</commit>
