<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,4 @@
 begin
-  require 'spec'
-rescue LoadError
-  require 'rubygems'
-  require 'spec'
-end
-begin
   require 'spec/rake/spectask'
 rescue LoadError
   puts &lt;&lt;-EOS
@@ -13,3 +7,11 @@ To use rspec for testing you must install rspec gem:
 EOS
   exit(0)
 end
+
+desc &quot;Run the specs under spec/models&quot;
+Spec::Rake::SpecTask.new do |t|
+  t.spec_opts = ['--options', &quot;spec/spec.opts&quot;]
+  t.spec_files = FileList['spec/**/*_spec.rb']
+end
+
+task :default =&gt; :spec
\ No newline at end of file</diff>
      <filename>tasks/rspec.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c461bf2dfe6fbe1315cc43e847b69223dfeddfcd</id>
    </parent>
  </parents>
  <author>
    <name>Sean Geoghegan</name>
    <email>seangeo@gmail.com</email>
  </author>
  <url>http://github.com/seangeo/ratom/commit/c8161910272444d336aed5f4eef3b1747bf0d481</url>
  <id>c8161910272444d336aed5f4eef3b1747bf0d481</id>
  <committed-date>2008-03-09T14:18:20-07:00</committed-date>
  <authored-date>2008-03-09T14:18:20-07:00</authored-date>
  <message>Really fixed rspec explosion</message>
  <tree>64e228d2fca13bd10c0261c079ebc011f3e31799</tree>
  <committer>
    <name>Sean Geoghegan</name>
    <email>seangeo@gmail.com</email>
  </committer>
</commit>
