class WebMock::Response

def status=(status)

def status=(status)
  @status = status.is_a?(Integer) ? [status, ""] : status
end