# File lib/shoulda/action_controller/matchers/render_template_matcher.rb, line 10 10: def render_template(template) 11: RenderTemplateMatcher.new(template, self) 12: end