render_template(options, message=nil)click to toggle source
Delegates to `assert_template`
@example
response.should render_template("new")
# File lib/rspec/rails/matchers/render_template.rb, line 35defrender_template(options, message=nil)
RenderTemplateMatcher.new(self, options, message)
end