<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,16 +15,16 @@ begin
   task :noop do
   end
 
-  task :default =&gt; :spec
+  task :default =&gt; :all_specs
   task :stats =&gt; &quot;spec:statsetup&quot;
 
   desc &quot;Run all specs in spec directory (excluding plugin specs)&quot;
-  Spec::Rake::SpecTask.new(:spec =&gt; spec_prereq) do |t|
+  Spec::Rake::SpecTask.new(:all_specs =&gt; spec_prereq) do |t|
     t.spec_opts = ['--options', &quot;\&quot;#{RAILS_ROOT}/spec/spec.opts\&quot;&quot;]
     t.spec_files = FileList['spec/**/*_spec.rb']
   end
 
-  namespace :spec do
+  namespace 'has_cache:spec' do
     desc &quot;Run all specs in spec directory with RCov (excluding plugin specs)&quot;
     Spec::Rake::SpecTask.new(:rcov) do |t|
       t.spec_opts = ['--options', &quot;\&quot;#{RAILS_ROOT}/spec/spec.opts\&quot;&quot;]</diff>
      <filename>spec/action_pack/lib/tasks/rspec.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>587fb963c7552cbbcf9a2ffbd9675235df56a271</id>
    </parent>
  </parents>
  <author>
    <name>Nando Vieira</name>
    <email>fnando.vieira@gmail.com</email>
  </author>
  <url>http://github.com/fnando/has_cache/commit/fe6277e3f26df1a652eba51a5eef4e9a56acdf60</url>
  <id>fe6277e3f26df1a652eba51a5eef4e9a56acdf60</id>
  <committed-date>2008-11-25T20:02:42-08:00</committed-date>
  <authored-date>2008-11-25T20:02:42-08:00</authored-date>
  <message>Renamed rspec.rake namespace</message>
  <tree>94987caf903e1f8415ca6f78aba2b10ef5ad65b9</tree>
  <committer>
    <name>Nando Vieira</name>
    <email>fnando.vieira@gmail.com</email>
  </committer>
</commit>
