<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,18 +14,17 @@ BodyMatcher simplifies your view testing.  Forget assert_select.
 ## Simple assertions:
 
 	 body_matcher['#web_results'].should.match /results from the web/i
-
-	 body_matcher['#categories_dropdown'].should.include &quot;#{topic}[#{count}]&quot; 
+	 body_matcher['#categories_dropdown'].should.include &quot;#{topic}[#{count}]&quot;
+	
+	 or
+	
+	 request.body.should.body_match '(your name)'
 
 ## Access the attributes:
 
 	 body_matcher['#name_field'].attributes['value'].should.equal '(your name)'
 	 body_matcher['#name_field']['value'].should.equal '(your name)'
 
-	 or
-	
-	 request.body.should.body_match '(your name)'
-
 The nice part about this is that test failures will print out only
 the HTML you're trying to match.
 </diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7792940c5a3a8b22ced957b45daa7312b76bddc0</id>
    </parent>
  </parents>
  <author>
    <name>Bobby Uhlenbrock</name>
    <email>bobby@thinkbarefoot.com</email>
  </author>
  <url>http://github.com/uhlenbrock/body_matcher/commit/2b0c7f88d668c524ea52f459c4f80270fb4a1fce</url>
  <id>2b0c7f88d668c524ea52f459c4f80270fb4a1fce</id>
  <committed-date>2008-09-08T08:23:26-07:00</committed-date>
  <authored-date>2008-09-08T08:23:26-07:00</authored-date>
  <message>Updated readme</message>
  <tree>9a349f4a2ce0a286b2f9565493fa2c30aa1b41c8</tree>
  <committer>
    <name>Bobby Uhlenbrock</name>
    <email>bobby@thinkbarefoot.com</email>
  </committer>
</commit>
