<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -35,12 +35,12 @@ Object.send(:remove_const, :RADIANT_ROOT)
 
 extension_root = File.expand_path(File.dirname(__FILE__))
 
-task :default =&gt; :spec
+task :default =&gt; [:features, :spec]
 task :stats =&gt; &quot;spec:statsetup&quot;
 
 desc &quot;Run all specs in spec directory&quot;
 task :spec do
-  errors = %w(spec:integration spec:models spec:controllers spec:views spec:helpers).collect do |task|
+  errors = %w(spec:models spec:controllers spec:views spec:helpers).collect do |task|
     begin
       puts %{\nRunning #{task.gsub('spec:', '').titlecase} Spec Task}
       Rake::Task[task].invoke
@@ -58,6 +58,9 @@ task :spec do
   abort &quot;Errors running #{errors.to_sentence}!&quot; if errors.any?
 end
 
+Cucumber::Rake::Task.new(:features) do |t|
+  t.cucumber_opts = &quot;--format progress&quot;
+end
 
 namespace :spec do
   desc &quot;Run all specs in spec directory with RCov&quot;
@@ -82,10 +85,6 @@ namespace :spec do
     end
   end
 
-  Cucumber::Rake::Task.new(:integration) do |t|
-    t.cucumber_opts = &quot;--format progress&quot;
-  end
-
   # Setup specs for stats
   task :statsetup do
     require 'code_statistics'</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c32c4b67175a5ef24a9866e952b621d822ba5643</id>
    </parent>
  </parents>
  <author>
    <name>Jason Garber</name>
    <email>jg@jasongarber.com</email>
  </author>
  <url>http://github.com/jgarber/radiant-chronicle-extension/commit/99d8900a656b10c0a3360fbd12649e728eb04793</url>
  <id>99d8900a656b10c0a3360fbd12649e728eb04793</id>
  <committed-date>2009-08-07T14:04:04-07:00</committed-date>
  <authored-date>2009-08-07T14:04:04-07:00</authored-date>
  <message>Pull features out of the specs task</message>
  <tree>9b45fe232456c2a16208fbb44d577e05fe9f2d7c</tree>
  <committer>
    <name>Jason Garber</name>
    <email>jg@jasongarber.com</email>
  </committer>
</commit>
