<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,11 @@
 require 'rubygems'
 require 'hoe'
 require './lib/spec/rails/version'
+require 'cucumber/rake/task'
+
+$:.unshift(File.join(File.dirname(__FILE__), &quot;/../rspec/lib&quot;))
+
+require 'spec/rake/spectask'
 
 class Hoe
   def extra_deps
@@ -37,4 +42,14 @@ task :release =&gt; [:clean, :package] do |t|
   [&quot;#{pkg}.gem&quot;, &quot;#{pkg}.tgz&quot;].each do |file|
     rubyforge.add_file('rspec', 'rspec', Spec::Rails::VERSION::STRING, file)
   end
-end
\ No newline at end of file
+end
+
+task :spec do
+  system &quot;spec spec&quot;
+end
+
+Spec::Rake::SpecTask.new
+
+Cucumber::Rake::Task.new
+
+task :default =&gt; [:features]
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -5,11 +5,12 @@ Story: transactions should rollback in plain text
 
   Scenario: add one Person
     When I add a Person
+    Then there should be one person
 
-  Scenario: add another person
-    GivenScenario: add one Person
+  Scenario: add one Person for the second time
+    When I add a Person
     Then there should be one person
 
   Scenario: add yet another person
-    GivenScenario: add one Person
+    When I add a Person
     Then there should be one person</diff>
      <filename>features/transactions/transactions_should_rollback.feature</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5a49696850db8539f2b98cf0f9d4a4f90b1511f0</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/rspec-rails/commit/5e7f7f498389844dca52efef62074bec4f06a719</url>
  <id>5e7f7f498389844dca52efef62074bec4f06a719</id>
  <committed-date>2008-12-23T20:59:47-08:00</committed-date>
  <authored-date>2008-12-23T20:59:47-08:00</authored-date>
  <message>start to move some of the precommit material to plugin</message>
  <tree>d4e5ff6da1d3a5f5dfa3115db4fb26685e57c6e0</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
