<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -34,3 +34,9 @@ Dir['tasks/**/*.rake'].each { |t| load t }
 
 # TODO - want other tests/tasks run by default? Add them to the list
 task :default =&gt; [:spec, :features]
+require 'spec/rake/spectask'
+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</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>tasks/rspec.rake</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>41b1bb281a264111b30031f1b08de7d6aab6347f</id>
    </parent>
  </parents>
  <author>
    <name>Jos&#233; Valim</name>
    <email>jose.valim@gmail.com</email>
  </author>
  <url>http://github.com/carlosbrando/remarkable/commit/26325e9da3a9547009f1b6e116112e71575b84ec</url>
  <id>26325e9da3a9547009f1b6e116112e71575b84ec</id>
  <committed-date>2009-02-18T06:33:30-08:00</committed-date>
  <authored-date>2009-02-18T06:33:30-08:00</authored-date>
  <message>Removing tasks/rspec.rake since it is automatically loaded by Rails.</message>
  <tree>1fdc6887442c9f4fa450ac993475bbd7e700cf82</tree>
  <committer>
    <name>Jos&#233; Valim</name>
    <email>jose.valim@gmail.com</email>
  </committer>
</commit>
