module RSpec::Rails::Matchers::RenderTemplate
def render_template(options, message=nil)
@example
Delegates to `assert_template`
def render_template(options, message=nil) RenderTemplateMatcher.new(self, options, message) end
def render_template(options, message=nil) RenderTemplateMatcher.new(self, options, message) end