<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,6 @@
 gem 'test-unit', '1.2.3' if RUBY_VERSION.to_f &gt;= 1.9
+rspec_plugin_dir = File.expand_path(File.dirname(__FILE__) + '/../../vendor/plugins/rspec')
+$LOAD_PATH.unshift(&quot;#{rspec_plugin_dir}/lib&quot;) if File.exist?(rspec_plugin_dir)
 
 # Don't load rspec if running &quot;rake gems:*&quot;
 unless ARGV.any? {|a| a =~ /^gems/}
@@ -98,7 +100,7 @@ namespace :spec do
     ::STATS_DIRECTORIES &lt;&lt; %w(Controller\ specs spec/controllers) if File.exist?('spec/controllers')
     ::STATS_DIRECTORIES &lt;&lt; %w(Helper\ specs spec/helpers) if File.exist?('spec/helpers')
     ::STATS_DIRECTORIES &lt;&lt; %w(Library\ specs spec/lib) if File.exist?('spec/lib')
-    ::STATS_DIRECTORIES &lt;&lt; %w(Routing\ specs spec/lib) if File.exist?('spec/routing')
+    ::STATS_DIRECTORIES &lt;&lt; %w(Routing\ specs spec/routing) if File.exist?('spec/routing')
     ::CodeStatistics::TEST_TYPES &lt;&lt; &quot;Model specs&quot; if File.exist?('spec/models')
     ::CodeStatistics::TEST_TYPES &lt;&lt; &quot;View specs&quot; if File.exist?('spec/views')
     ::CodeStatistics::TEST_TYPES &lt;&lt; &quot;Controller specs&quot; if File.exist?('spec/controllers')
@@ -162,4 +164,4 @@ namespace :spec do
   end
 end
 
-end
\ No newline at end of file
+end</diff>
      <filename>lib/tasks/rspec.rake</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ if ARGV.any? {|arg| %w[--drb -X --generate-options -G --help -h --version -v].in
 else
   gem 'test-unit', '1.2.3' if RUBY_VERSION.to_f &gt;= 1.9
   ENV[&quot;RAILS_ENV&quot;] ||= 'test'
-  require File.dirname(__FILE__) + &quot;/../config/environment&quot; unless defined?(RAILS_ROOT)
+  require File.expand_path(File.dirname(__FILE__) + &quot;/../config/environment&quot;) unless defined?(RAILS_ROOT)
 end
 require 'spec/autorun'
 exit ::Spec::Runner::CommandLine.run</diff>
      <filename>script/spec</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ gem 'test-unit', '1.2.3' if RUBY_VERSION.to_f &gt;= 1.9
 
 puts &quot;Loading Rails environment&quot;
 ENV[&quot;RAILS_ENV&quot;] ||= 'test'
-require File.dirname(__FILE__) + &quot;/../config/environment&quot; unless defined?(RAILS_ROOT)
+require File.expand_path(File.dirname(__FILE__) + &quot;/../config/environment&quot;) unless defined?(RAILS_ROOT)
 
 require 'optparse'
 require 'spec/rails/spec_server'</diff>
      <filename>script/spec_server</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e99b20bf8c8c634566d83f354488b07eeb14d349</id>
    </parent>
  </parents>
  <author>
    <name>Bj&#248;rn Arild M&#230;land</name>
    <email>bjorn.maeland@gmail.com</email>
  </author>
  <url>http://github.com/hadley/crantastic/commit/b6ba1292a68f73b7612716cddffc07180e6c9a3b</url>
  <id>b6ba1292a68f73b7612716cddffc07180e6c9a3b</id>
  <committed-date>2009-05-12T06:42:47-07:00</committed-date>
  <authored-date>2009-05-12T06:42:47-07:00</authored-date>
  <message>Upgraded rspec-rails to latest version</message>
  <tree>10e086ef4c0ff2b11588f2e08ea47af2ee04f49e</tree>
  <committer>
    <name>Bj&#248;rn Arild M&#230;land</name>
    <email>bjorn.maeland@gmail.com</email>
  </committer>
</commit>
