<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,12 +8,12 @@ A collection of RSpec matchers and Cucumber steps to make testing emails go smoo
   script/plugin install git://github.com/bmabey/email-spec.git
 
 === Gem Setup
-  
+
   gem install bmabey-email_spec
 
   # config/environments/test.rb
   config.gem 'bmabey-email_spec', :lib =&gt; 'email_spec'
-  
+
 === Cucumber
 
 To use the steps in features put the following in your env.rb:
@@ -21,7 +21,7 @@ To use the steps in features put the following in your env.rb:
   # Make sure this require is after you require cucumber/rails/world.
   require 'email_spec/cucumber'
 
-This will load all the helpers that the steps rely on. 
+This will load all the helpers that the steps rely on.
 It will also add a Before hook for Cucumber so that emails are cleared at the start of each scenario.
 
 Then:
@@ -32,7 +32,7 @@ This will give you a bunch of steps to get started with in step_definitions/emai
 
 === RSpec
 
-	First you need to require the helpers and matchers in your spec_helper.rb like so:
+  First you need to require the helpers and matchers in your spec_helper.rb like so:
 
   require &quot;email_spec/helpers&quot;
   require &quot;email_spec/matchers&quot;
@@ -95,11 +95,11 @@ For more examples, check out examples/rails_root in the source for a small examp
       before(:all) do
         @email = UserMailer.create_signup(&quot;jojo@yahoo.com&quot;, &quot;Jojo Binks&quot;)
       end
-      
+
       it &quot;should be set to be delivered to the email passed in&quot; do
         @email.should deliver_to(&quot;jojo@yahoo.com&quot;)
       end
-      
+
       it &quot;should contain the user's message in the mail body&quot; do
         @email.should have_text(/Jojo Binks/)
       end
@@ -107,14 +107,14 @@ For more examples, check out examples/rails_root in the source for a small examp
       it &quot;should contain a link to the confirmation link&quot; do
         @email.should have_text(/#{confirm_account_url}/)
       end
-      
+
       it &quot;should have the correct subject&quot; do
         @email.should have_subject(/Account confirmation/)
       end
-      
+
     end
-     
-    ==== Using the helpers when not testing in isolation ==== 
+
+    ==== Using the helpers when not testing in isolation ====
 
       Don't. :)  Seriously, if you do just take a look at the helpers and use them as you wish.
 </diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>91706c472c03e58373b4b90c476bd5088cc2da04</id>
    </parent>
  </parents>
  <author>
    <name>Ben Mabey</name>
    <email>ben@benmabey.com</email>
  </author>
  <url>http://github.com/bmabey/email-spec/commit/212ab3c06daa85a4277b27c930ac3b5f03924ffe</url>
  <id>212ab3c06daa85a4277b27c930ac3b5f03924ffe</id>
  <committed-date>2009-09-26T16:46:57-07:00</committed-date>
  <authored-date>2009-09-26T16:46:57-07:00</authored-date>
  <message>whitespace</message>
  <tree>e6ae96adc8211c66dd3e93f30a6cbf1c988d4222</tree>
  <committer>
    <name>Ben Mabey</name>
    <email>ben@benmabey.com</email>
  </committer>
</commit>
