<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,6 +7,13 @@ gem_spec_file = 'collage.gemspec'
 
 gem_spec = eval(File.read(gem_spec_file)) rescue nil
 
+task :default =&gt; :test
+
+Rake::TestTask.new(:test) do |t|
+  t.pattern = 'test/**/*_test.rb'
+  t.verbose = true
+end
+
 Rake::GemPackageTask.new(gem_spec) do |pkg|
   pkg.need_zip = false
   pkg.need_tar = false</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@ require File.dirname(__FILE__) + &quot;/../lib/collage&quot;
 class MiddlewareTest &lt; Test::Unit::TestCase
   include RR::Adapters::TestUnit
   
-  PATH = File.dirname(__FILE__) + &quot;/public&quot;
+  PATH = File.expand_path(File.dirname(__FILE__) + &quot;/public&quot;)
 
   def setup
     @app = lambda { |env| [200, {'Content-Type' =&gt; 'text/plain', 'Content-Length' =&gt; '5'}, [&quot;Hello&quot;]] }</diff>
      <filename>test/collage_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>087b9e090ab0181513e9210e2d8ba17b92b6f878</id>
    </parent>
  </parents>
  <author>
    <name>Damian Janowski</name>
    <email>damian.janowski@gmail.com</email>
  </author>
  <url>http://github.com/djanowski/collage/commit/daf17598f976af5a64edd39fbf102a7f9e705adb</url>
  <id>daf17598f976af5a64edd39fbf102a7f9e705adb</id>
  <committed-date>2009-03-11T08:48:29-07:00</committed-date>
  <authored-date>2009-03-11T08:48:29-07:00</authored-date>
  <message>Fixed the build.</message>
  <tree>65e96bc244d7ffb2e8381645a3928c45b6060942</tree>
  <committer>
    <name>Damian Janowski</name>
    <email>damian.janowski@gmail.com</email>
  </committer>
</commit>
