class Shoulda::ActionController::Matchers::RespondWithMatcher

def correct_status_code_range?

def correct_status_code_range?
  @status.is_a?(Range) &&
    @status.include?(response_code)
end