Class: CapybaraMock::Interceptor::Cuprite

Inherits:
Base
  • Object
show all
Defined in:
lib/capybara_mock/interceptor/cuprite.rb

Overview

Cuprite interceptor

Constant Summary collapse

SUPPORTED_STATUS_CODES =
[
  100,
  101,
  103,
  *200..206,
  300,
  301,
  302,
  303,
  304,
  305,
  307,
  308,
  *400..418,
  425,
  429,
  *500..505
].freeze
STATUS_CODE_HEADER_NAME =
'X-Mock-Response-Status'

Instance Attribute Summary

Attributes inherited from Base

#stubs, #unstubbed_requests