<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,11 +10,16 @@ task &quot;RDOX&quot; do
   sh &quot;specrb -Ilib:test -a --rdox &gt;RDOX&quot;
 end
 
-desc &quot;Run all the fast tests&quot;
+desc &quot;Run specs with test/unit style output&quot;
 task :test do
   sh &quot;specrb -Ilib:test -w #{ENV['TEST'] || '-a'} #{ENV['TESTOPTS']}&quot;
 end
 
+desc &quot;Run specs with specdoc style output&quot;
+task :spec do
+  sh &quot;specrb -Ilib:test -s -w #{ENV['TEST'] || '-a'} #{ENV['TESTOPTS']}&quot;
+end
+
 desc &quot;Run all the tests&quot;
 task :fulltest do
   sh &quot;specrb -Ilib:test -w #{ENV['TEST'] || '-a'} #{ENV['TESTOPTS']}&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>49e8b15dbfda02a49e46be2a4c9989510020c5a0</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </author>
  <url>http://github.com/drnic/rack-contrib/commit/75bb6735e1df5dd1b2433021332248c08d114ca3</url>
  <id>75bb6735e1df5dd1b2433021332248c08d114ca3</id>
  <committed-date>2009-03-07T03:56:05-08:00</committed-date>
  <authored-date>2009-03-07T03:51:20-08:00</authored-date>
  <message>Add 'rake spec' task</message>
  <tree>b2f22d74ee09acd536e9c7cdf62d9329bc27ad14</tree>
  <committer>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </committer>
</commit>
