<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -75,22 +75,24 @@ Makes TDD so much easier.
 === Controller Tests (Shoulda::Controller::Macros)
 
 Macros to test the most common controller patterns...
+  
+  class PostsControllerTest &lt; ActionController::TestCase
+    context &quot;on GET to :show for first record&quot; do
+      setup do
+        get :show, :id =&gt; 1
+      end
 
-  context &quot;on GET to :show for first record&quot; do
-    setup do
-      get :show, :id =&gt; 1
-    end
-
-    should_assign_to :user
-    should_respond_with :success
-    should_render_template :show
-    should_not_set_the_flash
+      should_assign_to :user
+      should_respond_with :success
+      should_render_template :show
+      should_not_set_the_flash
 
-    should &quot;do something else really cool&quot; do
-      assert_equal 1, assigns(:user).id
+      should &quot;do something else really cool&quot; do
+        assert_equal 1, assigns(:user).id
+      end
     end
   end
-
+  
 === Helpful Assertions (Shoulda::Assertions)
 
 More to come here, but have fun with what's there.</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c53e72036344d04a5f078b1f8f75e005843a989f</id>
    </parent>
  </parents>
  <author>
    <name>Sean Schofield</name>
    <email>schof@apache.org</email>
  </author>
  <url>http://github.com/thoughtbot/shoulda/commit/fdb4b5135ece418651957ffa9033b54ba5303805</url>
  <id>fdb4b5135ece418651957ffa9033b54ba5303805</id>
  <committed-date>2009-06-08T08:50:11-07:00</committed-date>
  <authored-date>2009-05-27T10:58:39-07:00</authored-date>
  <message>Added clarification to README

Signed-off-by: Nick Quaranto &lt;nick@quaran.to&gt;</message>
  <tree>7ed2b3a8635b1bd35258d9e1a7d9a2f2a70e185b</tree>
  <committer>
    <name>Nick Quaranto</name>
    <email>nick@quaran.to</email>
  </committer>
</commit>
