class Shoulda::Matchers::ActionController::RedirectToMatcher

def matches?(controller)

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