Module: APIMatchers::HTTPStatusCode

Defined in:
lib/api_matchers.rb,
lib/api_matchers/http_status_code/base.rb,
lib/api_matchers/http_status_code/be_ok.rb,
lib/api_matchers/http_status_code/be_not_found.rb,
lib/api_matchers/http_status_code/be_bad_request.rb,
lib/api_matchers/http_status_code/be_unauthorized.rb,
lib/api_matchers/http_status_code/create_resource.rb,
lib/api_matchers/http_status_code/be_unprocessable_entity.rb,
lib/api_matchers/http_status_code/be_internal_server_error.rb

Overview

HTTP Status Code Matchers

Defined Under Namespace

Classes: Base, BeBadRequest, BeInternalServerError, BeNotFound, BeOk, BeUnauthorized, BeUnprocessableEntity, CreateResource