<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,15 @@
 Autotest.add_hook :initialize do |autotest|
-  autotest.add_exception %r%^\./(?:doc|bin)%
-  %w{.svn .hg .git .dbf .dbt .fpt .txt .Rakefile .gemspec .autotest}.each {|exception| autotest.add_exception(exception)}
+  autotest.clear_mappings
+  
+  autotest.add_mapping(%r%^lib/dbf/(.*)\.rb$%) do |filename, m|
+    autotest.files_matching %r!spec/(unit|integration)/#{m[1]}_spec.rb!
+  end
+  
+  autotest.add_mapping(%r%^spec/(unit|integration)/.*\.rb$%) do |filename, m|
+    filename
+  end
+  
+  %w{.svn .hg .git .dbf .dbt .fpt .txt bin Rakefile .gemspec .autotest}.each  do |exception|
+    autotest.add_exception(exception)
+  end
 end</diff>
      <filename>.autotest</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>82a4949558924b171eb5c64261bb3f9d60dda9f7</id>
    </parent>
  </parents>
  <author>
    <name>infused</name>
    <email>infused@6ed3bb0e-e019-0410-903f-c63d4471f3c2</email>
  </author>
  <url>http://github.com/infused/dbf/commit/8c7a35d3457443a1da6ccc5b72f68f02e679cb88</url>
  <id>8c7a35d3457443a1da6ccc5b72f68f02e679cb88</id>
  <committed-date>2008-08-08T17:41:25-07:00</committed-date>
  <authored-date>2008-08-08T17:41:25-07:00</authored-date>
  <message>Add mappings and additional exceptions to project autotest

git-svn-id: svn+ssh://rubyforge.org/var/svn/dbf/trunk@147 6ed3bb0e-e019-0410-903f-c63d4471f3c2</message>
  <tree>4899f4b82dc49994b0ed341140fd1eda786fddde</tree>
  <committer>
    <name>infused</name>
    <email>infused@6ed3bb0e-e019-0410-903f-c63d4471f3c2</email>
  </committer>
</commit>
