<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -207,8 +207,10 @@ module Spec
               expect_render_mock_proxy.render(options, &amp;block)
               @performed_render = true
             else
-              unless matching_stub_exists(options)
-                super(options, deprecated_status_or_extra_options, &amp;block)
+              if integrate_views?
+                unless matching_stub_exists(options)
+                  super(options, deprecated_status_or_extra_options, &amp;block)
+                end
               end
             end
           end</diff>
      <filename>lib/spec/rails/example/controller_example_group.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>416adcb071c1aec966e16a50db8f2df56c0d0521</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>david@david-chelimskys-macbook-pro.local</email>
  </author>
  <url>http://github.com/dchelimsky/rspec-rails/commit/95ad614951ab8540b25453f5135ad46e106986ba</url>
  <id>95ad614951ab8540b25453f5135ad46e106986ba</id>
  <committed-date>2008-08-23T13:34:35-07:00</committed-date>
  <authored-date>2008-08-23T13:34:35-07:00</authored-date>
  <message>don't call super from render unless integrating views</message>
  <tree>cbf61d44810bc5a0f2229d39a695d44617bf844c</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>david@david-chelimskys-macbook-pro.local</email>
  </committer>
</commit>
