<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,6 +19,12 @@ Spec::Rake::SpecTask.new(:rcov) do |t|
   t.rcov_opts = ['--exclude', 'spec', '--exclude', 'gems', '--exclude', 'riddle']
 end
 
+desc &quot;One file, one line, one spec.&quot;
+Spec::Rake::SpecTask.new(:target) do |t|
+  t.spec_opts = [&quot;--format&quot;, &quot;progress&quot;, &quot;--color&quot;, &quot;-l&quot;, ENV['line']]
+  t.spec_files = FileList[&quot;spec/unit/#{ENV['unit']}_spec.rb&quot;]
+end
+
 desc &quot;Repeat the tests many times to find failures.&quot;
 task :repeat do
   100.times do</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>caec296b992054ce0dddacee01750173533214d6</id>
    </parent>
  </parents>
  <author>
    <name>Nick Quaranto</name>
    <email>nick@quaran.to</email>
  </author>
  <url>http://github.com/parfait/acts_like_git/commit/942b3155570ecdf4a0edb027545756b3f6a1d8e5</url>
  <id>942b3155570ecdf4a0edb027545756b3f6a1d8e5</id>
  <committed-date>2008-12-05T12:08:06-08:00</committed-date>
  <authored-date>2008-12-05T12:08:06-08:00</authored-date>
  <message>Adding target rake task</message>
  <tree>b256b723661facd64c6f342830bba67f9cf76f52</tree>
  <committer>
    <name>Nick Quaranto</name>
    <email>nick@quaran.to</email>
  </committer>
</commit>
