<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -397,7 +397,7 @@ typically don't have to +use+ them explicitly.
 
   end
 
-=== Specs
+=== Test/Spec
 
   require 'rubygems'
   require 'sinatra'
@@ -411,6 +411,26 @@ typically don't have to +use+ them explicitly.
       should.be.ok
       body.should.equal 'My Default Page!'
     end
+
+    ...
+
+  end
+
+=== RSpec
+
+  require 'rubygems'
+  require 'spec'
+  require 'sinatra'
+  require 'sinatra/test/rspec'
+  require 'my_sinatra_app'
+
+  describe 'My app' do
+    it 'should show a default page' do
+      get_it '/'
+      @response.should be_ok
+      @response.body.should == 'My Default Page!'
+    end
+
     ...
 
   end</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7cfe04a905aea9cfabaf9b6fc7cda6aa90d95841</id>
    </parent>
  </parents>
  <author>
    <name>Simon Rozet</name>
    <email>simon@rozet.name</email>
  </author>
  <url>http://github.com/devyn/sinatra/commit/10c90d5f8759c4a10bf33b47d405ae38910baeef</url>
  <id>10c90d5f8759c4a10bf33b47d405ae38910baeef</id>
  <committed-date>2008-09-27T03:29:27-07:00</committed-date>
  <authored-date>2008-09-27T03:29:27-07:00</authored-date>
  <message>document testing with rspec</message>
  <tree>e67ff33b6b5ccfaae8086ab6279b64062ae80d95</tree>
  <committer>
    <name>Simon Rozet</name>
    <email>simon@rozet.name</email>
  </committer>
</commit>
