class Shoulda::Matchers::ActionController::RespondWithMatcher

def matches?(controller)

def matches?(controller)
  @controller = controller
  correct_status_code? || correct_status_code_range?
end