<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>spec/brain_buster_functional_spec.rb</filename>
    </added>
    <added>
      <filename>spec/brain_buster_spec.rb</filename>
    </added>
    <added>
      <filename>spec/humane_integer_spec.rb</filename>
    </added>
    <added>
      <filename>spec/spec_helper.rb</filename>
    </added>
    <added>
      <filename>spec/views/new.html.erb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,9 +3,9 @@ Autotest.add_hook :initialize do |at|
   
   # rerun all tests for any change to a lib file
   at.add_mapping(%r%^lib/(.*)\.rb$%) do |filename, match|
-    at.files_matching %r%^test/.*_test.rb$%
+    at.files_matching %r%^spec/.*_spec.rb$%
   end
-  at.add_mapping(/^test.*\/.*_test\.rb$/) do |filename, match|
+  at.add_mapping(/^spec.*\/.*_spec\.rb$/) do |filename, match|
     filename
   end
  </diff>
      <filename>.autotest</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-test/test.log
\ No newline at end of file
+spec/test.log
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -5,10 +5,10 @@ require 'rake/rdoctask'
 desc 'Default: run unit tests.'
 task :default =&gt; :test
 
-desc 'Test the brain_buster plugin.'
+desc 'Run the brain_buster spec suite.'
 Rake::TestTask.new(:test) do |t|
   t.libs &lt;&lt; 'lib'
-  t.pattern = 'test/**/*_test.rb'
+  t.pattern = 'spec/**/*_spec.rb'
   t.verbose = true
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>test/brain_buster_functional_test.rb</filename>
    </removed>
    <removed>
      <filename>test/brain_buster_test.rb</filename>
    </removed>
    <removed>
      <filename>test/humane_integer_test.rb</filename>
    </removed>
    <removed>
      <filename>test/spec_helper.rb</filename>
    </removed>
    <removed>
      <filename>test/views/new.html.erb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>684bf7c8955728d0ff7ae1b46cc6a72606635a5a</id>
    </parent>
  </parents>
  <author>
    <name>Rob Sanheim</name>
    <email>rsanheim@gmail.com</email>
  </author>
  <url>http://github.com/rsanheim/brain_buster/commit/0cd17c6a21d0e362e7450622523e2bc80d077d16</url>
  <id>0cd17c6a21d0e362e7450622523e2bc80d077d16</id>
  <committed-date>2008-12-05T08:03:33-08:00</committed-date>
  <authored-date>2008-12-05T08:03:33-08:00</authored-date>
  <message>rename all tests to specs</message>
  <tree>606cd1f70b3f572a7664456dbec1aee02e734c56</tree>
  <committer>
    <name>Rob Sanheim</name>
    <email>rsanheim@gmail.com</email>
  </committer>
</commit>
