Delegates to `assert_template`
@example
response.should have_rendered("new")
# File lib/rspec/rails/matchers/have_rendered.rb, line 34 def have_rendered(options, message=nil) RenderTemplateMatcher.new(self, options, message) end
Generated with the Darkfish Rdoc Generator 2.