<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -303,6 +303,12 @@ module AnnotateModels
               fixture_file_name = File.join(dir,klass.table_name + &quot;.yml&quot;)
               remove_annotation_of_file(fixture_file_name) if File.exist?(fixture_file_name)
             end
+            
+            [ File.join(UNIT_TEST_DIR, &quot;#{klass.name.underscore}_test.rb&quot;),
+              File.join(SPEC_MODEL_DIR,&quot;#{klass.name.underscore}_spec.rb&quot;)].each do |file|
+              remove_annotation_of_file(file) if File.exist?(file)
+            end
+            
           end
         rescue Exception =&gt; e
           puts &quot;Unable to annotate #{file}: #{e.message}&quot;</diff>
      <filename>lib/annotate/annotate_models.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>952013efedbdd483a2e22ebe938789a16c86be24</id>
    </parent>
  </parents>
  <author>
    <name>Bastien Vaucher</name>
    <email>bastien.vaucher@gmail.com</email>
  </author>
  <url>http://github.com/ctran/annotate_models/commit/9c68c8c9504b1532531f71663925c1e0f5d71eba</url>
  <id>9c68c8c9504b1532531f71663925c1e0f5d71eba</id>
  <committed-date>2009-11-06T03:22:35-08:00</committed-date>
  <authored-date>2009-11-06T03:22:35-08:00</authored-date>
  <message>remove annotations on tests/specs as well</message>
  <tree>4eb6117efe54387a9b7901aee51cd41477bda391</tree>
  <committer>
    <name>Bastien Vaucher</name>
    <email>bastien.vaucher@gmail.com</email>
  </committer>
</commit>
