module RSpec::Rails::Matchers::RenderTemplate

def render_template(options, message=nil)

response.should render_template("new")

@example

Delegates to `assert_template`
def render_template(options, message=nil)
  RenderTemplateMatcher.new(self, options, message)
end