<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -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|
-          :hello =&gt; &quot;world&quot;
+          { :hello =&gt; &quot;world&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
-          :hello =&gt; &quot;world&quot;
+          { :hello =&gt; &quot;world&quot; }
         end
 
         match(&quot;/&quot;).to(:foo =&gt; &quot;bar&quot;)
@@ -206,4 +206,4 @@ describe &quot;Recognizing requests for stacked deferred routes&quot; do
     route_for(&quot;/second&quot;) { |req| req.should_receive(:in_block!) }
   end
   
-end
\ No newline at end of file
+end</diff>
      <filename>spec/public/router/recognition/deferred_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d4739e7620f2f553578009c859de2dae4863c8a4</id>
    </parent>
  </parents>
  <author>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/173c4a1889afe4fa355cd768b0c8c66ebbe987f6</url>
  <id>173c4a1889afe4fa355cd768b0c8c66ebbe987f6</id>
  <committed-date>2008-10-11T21:34:00-07:00</committed-date>
  <authored-date>2008-10-11T21:34:00-07:00</authored-date>
  <message>Fixes 2 syntax errors in specs. Forking runner swallowed those.</message>
  <tree>9250f2cd81f38594bf2cf24827c66a62c15e3b84</tree>
  <committer>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </committer>
</commit>
