<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,7 +6,7 @@ describe &quot;Recognizing requests for deferred routes&quot; do
     before :each do
       Merb::Router.prepare do      
         match(&quot;/deferred/:zoo&quot;).defer_to do |request, params|
-          route params.merge(:controller =&gt; &quot;w00t&quot;) if params[:zoo]
+          params.merge(:controller =&gt; &quot;w00t&quot;) if params[:zoo]
         end
       end    
     end
@@ -22,7 +22,7 @@ describe &quot;Recognizing requests for deferred routes&quot; do
     it &quot;should return the param hash returned by the block&quot; do
       Merb::Router.prepare do
         match(&quot;/deferred&quot;).defer_to do |request, params|
-          route :hello =&gt; &quot;world&quot;
+          :hello =&gt; &quot;world&quot;
         end
       end
 
@@ -32,7 +32,7 @@ describe &quot;Recognizing requests for deferred routes&quot; do
     it &quot;should accept params&quot; do
       Merb::Router.prepare do
         match(&quot;/&quot;).defer_to(:controller =&gt; &quot;accounts&quot;) do |request, params|
-          route params.update(:action =&gt; &quot;hello&quot;)
+          params.update(:action =&gt; &quot;hello&quot;)
         end
       end
 
@@ -42,7 +42,7 @@ describe &quot;Recognizing requests for deferred routes&quot; do
     it &quot;should be able to define routes after the deferred route&quot; do
       Merb::Router.prepare do
         match(&quot;/deferred&quot;).defer_to do
-          route :hello =&gt; &quot;world&quot;
+          :hello =&gt; &quot;world&quot;
         end
 
         match(&quot;/&quot;).to(:foo =&gt; &quot;bar&quot;)</diff>
      <filename>spec/public/router/recognition/deferred_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d4917e085ab21bd15ec1960745f0e5e3449a16aa</id>
    </parent>
  </parents>
  <author>
    <name>Andy Delcambre</name>
    <email>adelcambre@engineyard.com</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/d425060afd09ba313ae5fba3568029106009abf8</url>
  <id>d425060afd09ba313ae5fba3568029106009abf8</id>
  <committed-date>2008-10-11T00:00:50-07:00</committed-date>
  <authored-date>2008-10-11T00:00:50-07:00</authored-date>
  <message>remove the route method from specs</message>
  <tree>71d34c974db790a3941b7138810216ff8de5f478</tree>
  <committer>
    <name>Andy Delcambre</name>
    <email>adelcambre@engineyard.com</email>
  </committer>
</commit>
