<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -77,19 +77,19 @@ module ThoughtBot # :nodoc:
         assert obj.valid?, &quot;Errors: #{pretty_error_messages obj}&quot;
       end
       
-      # Asserts that an email was delivered.  Can take a blog that can further
+      # Asserts that an email was delivered.  Can take a block that can further
       # narrow down the types of emails you're expecting. 
       #
       #  assert_sent_email 
       #
-      # passes if ActionMailer::Base.deliveries has an email
+      # Passes if ActionMailer::Base.deliveries has an email
       #  
       #  assert_sent_email do |email|
-      #    email.subject =~ /hi there/ &amp;&amp; email.to == 'none@none.com'
+      #    email.subject =~ /hi there/ &amp;&amp; email.to.include?('none@none.com')
       #  end
       #  
-      # passes if there is an email with subject containing 'hi there' and
-      # recipient equal to 'none@none.com'
+      # Passes if there is an email with subject containing 'hi there' and
+      # 'none@none.com' as one of the recipients.
       #    
       def assert_sent_email
         emails = ActionMailer::Base.deliveries</diff>
      <filename>lib/shoulda/general.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c330c0ad2a4d7e7e0ac570d17e6b5f2bdb65cf62</id>
    </parent>
  </parents>
  <author>
    <name>Tammer Saleh</name>
    <email>tsaleh@thoughtbot.com</email>
  </author>
  <url>http://github.com/boone/shoulda/commit/051edf42e8d5d8ccddffe96660a4effe5efac25f</url>
  <id>051edf42e8d5d8ccddffe96660a4effe5efac25f</id>
  <committed-date>2008-04-28T10:23:41-07:00</committed-date>
  <authored-date>2008-04-28T10:23:41-07:00</authored-date>
  <message>documentation fixes</message>
  <tree>d1db8e944fde378bf18e2b23b1699ce936136fb2</tree>
  <committer>
    <name>Tammer Saleh</name>
    <email>tsaleh@thoughtbot.com</email>
  </committer>
</commit>
