<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,50 +1,50 @@
 
-BackToFooController:
+BackToFooController
 - get :foo, :format =&gt; 'xml' should not render foo
 
-DefaultRespondToController behaviour of #respond_to:
-- get :foo should not call first
-- get :foo should not call second
-- get :foo should call third
-
-FooBailOutController:
+FooBailOutController
 - get :foo, :bail_out =&gt; true should redirect
 
-FooController:
+FooController
 - get :foo should render text/html: foo
 - get :foo should assign @foo
 - get :foo, :format =&gt; 'html' should render foo
 - get :foo, :format =&gt; 'xml' should not render foo
 
-InlineXmlFooController:
-- get :foo should render text/html 'foo'
+FooAController
+- get :foo should call a
+- get :baz should call bazza (inside the response_for block)
+
+FooBController
+- get :foo should call b
+
+InlineXmlFooController
 - get :foo should assign @foo
 - get :foo, :format =&gt; 'html' should render 'foo'
 - get :foo, :format =&gt; 'xml' should call xml_call with 'foo
 - get :foo, :format =&gt; 'xml' should have response.body of 'XML'
 
-XmlFooController:
+XmlFooController
 - get :foo should render foo
 - get :foo should assign @foo
 - get :foo, :format =&gt; 'html' should render foo
 - get :foo, :format =&gt; 'xml' should render foo
 - get :bar, :format =&gt; 'xml' should render bar
-- get :just_a_template, :format =&gt; 'xml' should render just_a_template
 
-XmlOnlyFooController:
+XmlOnlyFooController
 - get :foo should render xml: foo
 - get :bar should render xml: bar
 - get :foo should assign @foo
 - get :foo, :format =&gt; 'html' should not render foo
 - get :foo, :format =&gt; 'xml' should render foo
 
-class method #action_responses:
+class method #action_responses
 - @child.action_responses[:action] should be copy of parent's action response for :action
 - @grandchild.action_responses[:action] should be copy of @child.action_responses[:action]
 - @child.action_responses[:action] not be same object as parent's action response for :action
 - @grandchild.action_responses[:action] not be same object as @child.action_responses[:action]
 - adding to @grandchild.action_responses[:action] should not change parents
 
-Finished in 0.236473 seconds
+Finished in 0.328216 seconds
 
-30 examples, 0 failures
+28 examples, 0 failures</diff>
      <filename>SPECDOC</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3743e5ba71c47e4256649e631318bd3c45d78a1c</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/response_for/commit/8ab63ae5dcbff171a619e5a7c9e2bfe29fcc9085</url>
  <id>8ab63ae5dcbff171a619e5a7c9e2bfe29fcc9085</id>
  <committed-date>2008-04-30T08:43:11-07:00</committed-date>
  <authored-date>2008-04-30T08:43:11-07:00</authored-date>
  <message>Added edge SPEDOC</message>
  <tree>1a55301935b67b6ee4025d2e603e5f3b92dd6ee8</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
