<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,4 +10,14 @@ class ProductsControllerTest &lt; ActionController::TestCase
     
     should_not_set_the_flash
   end
+  
+  context &quot;on GET to :show&quot; do
+    setup { get :show, :id =&gt; 1 }
+    
+    should_render_template :show
+    should_respond_with :success
+    should_route :get, &quot;/products/show/1&quot;, :action =&gt; :show, :id =&gt; 1
+
+    should_not_set_the_flash
+  end
 end</diff>
      <filename>test/functional/products_controller_test.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>app/views/products/edit.html.erb</filename>
    </removed>
    <removed>
      <filename>app/views/products/new.html.erb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>dd5751d07f824be24e8fd02be01ece1104005b0d</id>
    </parent>
  </parents>
  <author>
    <name>Thiago Freire</name>
    <email>freireag@gmail.com</email>
  </author>
  <url>http://github.com/freireag/compree/commit/77caf35b438b9b304d5e645bd214c3c4f42b59d1</url>
  <id>77caf35b438b9b304d5e645bd214c3c4f42b59d1</id>
  <committed-date>2008-11-17T23:30:42-08:00</committed-date>
  <authored-date>2008-11-17T23:30:42-08:00</authored-date>
  <message>Testes da action show para products_controller</message>
  <tree>7f71a5e3a1112800efcaa00dfac41bd3c09c9cd3</tree>
  <committer>
    <name>Thiago Freire</name>
    <email>freireag@gmail.com</email>
  </committer>
</commit>
