<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -69,7 +69,12 @@ module InheritedControllerSpec
     
       it &quot;should render :an_action&quot; do
         get :an_action
-        response.should render_template('inherited_spec/super/an_action')
+        # different rails/rspec behaviour catered for
+        begin
+          response.should render_template('an_action')
+        rescue
+          response.should render_template('inherited_spec/super/an_action')
+        end
       end
     end
     </diff>
      <filename>spec/controllers/inherited_controllers_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b0ce09d412744e5c89523192b1187828c891e24c</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/response_for/commit/b655450bed1f1b294f67a84ddb1e1faf440331bb</url>
  <id>b655450bed1f1b294f67a84ddb1e1faf440331bb</id>
  <committed-date>2008-10-09T16:32:14-07:00</committed-date>
  <authored-date>2008-10-09T16:32:14-07:00</authored-date>
  <message>Branching code in spec for different rails/rspec versions</message>
  <tree>81cbb9754da07d9d6b64e9300167bb8317b53085</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
