<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -105,10 +105,10 @@ describe &lt;%= controller_class_name %&gt;Controller do
       route_for(:controller =&gt; '&lt;%= controller_controller_name %&gt;', :action =&gt; 'new').should == &quot;/login&quot;
     end
     it &quot;should route the create &lt;%= controller_controller_name %&gt; correctly&quot; do
-      route_for(:controller =&gt; '&lt;%= controller_controller_name %&gt;', :action =&gt; 'create').should == &quot;/&lt;%= controller_routing_path %&gt;&quot;
+      route_for(:controller =&gt; '&lt;%= controller_controller_name %&gt;', :action =&gt; 'create').should == {:path =&gt; &quot;/&lt;%= controller_routing_path %&gt;&quot;, :method =&gt; :post}
     end
     it &quot;should route the destroy &lt;%= controller_controller_name %&gt; action correctly&quot; do
-      route_for(:controller =&gt; '&lt;%= controller_controller_name %&gt;', :action =&gt; 'destroy').should == &quot;/logout&quot;
+      route_for(:controller =&gt; '&lt;%= controller_controller_name %&gt;', :action =&gt; 'destroy').should == {:path =&gt; &quot;/logout&quot;, :method =&gt; :delete}
     end
   end
   </diff>
      <filename>generators/authenticated/templates/spec/controllers/sessions_controller_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -105,7 +105,7 @@ describe &lt;%= model_controller_class_name %&gt;Controller do
     end
     
     it &quot;should route {:controller =&gt; '&lt;%= model_controller_controller_name %&gt;', :action =&gt; 'create'} correctly&quot; do
-      route_for(:controller =&gt; '&lt;%= model_controller_controller_name %&gt;', :action =&gt; 'create').should == &quot;/register&quot;
+      route_for(:controller =&gt; '&lt;%= model_controller_controller_name %&gt;', :action =&gt; 'create').should == {:path =&gt; &quot;/register&quot;, :method =&gt; :post}
     end
     
     it &quot;should route &lt;%= model_controller_controller_name %&gt;'s 'show' action correctly&quot; do
@@ -117,11 +117,11 @@ describe &lt;%= model_controller_class_name %&gt;Controller do
     end
     
     it &quot;should route &lt;%= model_controller_controller_name %&gt;'s 'update' action correctly&quot; do
-      route_for(:controller =&gt; '&lt;%= model_controller_controller_name %&gt;', :action =&gt; 'update', :id =&gt; '1').should == &quot;/&lt;%= model_controller_routing_path %&gt;/1&quot;
+      route_for(:controller =&gt; '&lt;%= model_controller_controller_name %&gt;', :action =&gt; 'update', :id =&gt; '1').should == {:path =&gt; &quot;/&lt;%= model_controller_routing_path %&gt;/1&quot;, :method =&gt; :put}
     end
     
     it &quot;should route &lt;%= model_controller_controller_name %&gt;'s 'destroy' action correctly&quot; do
-      route_for(:controller =&gt; '&lt;%= model_controller_controller_name %&gt;', :action =&gt; 'destroy', :id =&gt; '1').should == &quot;/&lt;%= model_controller_routing_path %&gt;/1&quot;
+      route_for(:controller =&gt; '&lt;%= model_controller_controller_name %&gt;', :action =&gt; 'destroy', :id =&gt; '1').should == {:path =&gt; &quot;/&lt;%= model_controller_routing_path %&gt;/1&quot;, :method =&gt; :delete}
     end
   end
   </diff>
      <filename>generators/authenticated/templates/spec/controllers/users_controller_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2ae4c22f5a42100458f8be89c9f366b4099a4451</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/restful-authentication/commit/ad92c6cb52500c37ef81e30ac4e79adffc2f4d39</url>
  <id>ad92c6cb52500c37ef81e30ac4e79adffc2f4d39</id>
  <committed-date>2009-03-08T20:24:09-07:00</committed-date>
  <authored-date>2009-03-08T20:24:09-07:00</authored-date>
  <message>update for rspec &gt; 1.1.12</message>
  <tree>33838a414e0727858801a1204d73186347a8d7ba</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
