class Shoulda::Matchers::ActionController::RenderTemplateMatcher

def matches?(controller)

def matches?(controller)
  @controller = controller
  renders_template?
end