<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,6 +5,8 @@ describe ScaffoldGenerator do
   include Mack::Genosaurus::Orm::Helpers
 
   before(:each) do
+    FileUtils.rm_rf(File.join(Mack.root, &quot;app&quot;, &quot;helpers&quot;, &quot;controllers&quot;))
+    FileUtils.rm_rf(File.join(Mack.root, &quot;test&quot;, &quot;helpers&quot;))
     @view_path  = File.join(Mack.root, &quot;app&quot;, &quot;views&quot;, &quot;zoos&quot;)
     @view_files = ['new.html.erb', 'index.html.erb', 'edit.html.erb', 'show.html.erb']
     
@@ -33,6 +35,8 @@ describe ScaffoldGenerator do
     
     # rewrite routes file
     File.open(@routes_file, &quot;w&quot;) {|f| f.write(@orig_routes_content)}
+    FileUtils.rm_rf(File.join(Mack.root, &quot;app&quot;, &quot;helpers&quot;, &quot;controllers&quot;))
+    FileUtils.rm_rf(File.join(Mack.root, &quot;test&quot;, &quot;helpers&quot;))
   end
   
   it &quot;should require a name for the scaffold&quot; do</diff>
      <filename>mack-active_record/spec/lib/scaffold_generator_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7876db0d3d439197902b68f2e9d7b17539a0bd30</id>
    </parent>
  </parents>
  <author>
    <name>Mark Bates</name>
    <email>mark@mackframework.com</email>
  </author>
  <url>http://github.com/markbates/mack-more/commit/195f3ac72c1093dcd994cd982fcfd1ed2866a92a</url>
  <id>195f3ac72c1093dcd994cd982fcfd1ed2866a92a</id>
  <committed-date>2008-08-13T07:04:45-07:00</committed-date>
  <authored-date>2008-08-13T07:04:45-07:00</authored-date>
  <message>Fixed mack-active_record scaffold_generator_spec to clean up helpers</message>
  <tree>5a667632688e2ec5e16cbd877b31aa7f64ea3e33</tree>
  <committer>
    <name>Mark Bates</name>
    <email>mark@mackframework.com</email>
  </committer>
</commit>
