<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>features/before_and_after_blocks/before_and_after_blocks.feature</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,6 +5,13 @@ Given /^the file (.*)$/ do |relative_path|
   end
 end
 
+Given /^the following spec:$/ do |spec|
+  @path = &quot;/tmp/example_spec.rb&quot;
+  File.open(@path, &quot;w&quot;) do |f|
+    f.write spec
+  end
+end
+
 When /^I run it with the (.*)$/ do |interpreter|
   stderr_file = Tempfile.new('rspec')
   stderr_file.close
@@ -40,7 +47,6 @@ Then /^the (.*) should not match (.*)$/ do |stream, string_or_regex|
   written.should_not smart_match(string_or_regex)
 end
 
-
 Then /^the exit code should be (\d+)$/ do |exit_code|
   if @exit_code != exit_code.to_i
     raise &quot;Did not exit with #{exit_code}, but with #{@exit_code}. Standard error:\n#{@stderr}&quot;</diff>
      <filename>features/step_definitions/running_rspec.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>features/configuration/before_blocks.feature</filename>
    </removed>
    <removed>
      <filename>features/configuration/callbacks.feature</filename>
    </removed>
    <removed>
      <filename>resources/spec/before_blocks_example.rb</filename>
    </removed>
    <removed>
      <filename>resources/spec/callbacks_example.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>5bfc69dcd62bccf9129e44154073c455e90cb8a9</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/wilson/rspec/commit/c1630d232e7fd86db186755e6c00b8bbb1fec042</url>
  <id>c1630d232e7fd86db186755e6c00b8bbb1fec042</id>
  <committed-date>2009-01-02T03:34:29-08:00</committed-date>
  <authored-date>2009-01-02T03:34:29-08:00</authored-date>
  <message>improved feature description for before and after blocks</message>
  <tree>f6c90e7660a4c121c62853fa92f7df34fd9f9090</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
