lib/api_matchers.rb in api_matchers-0.4.0 vs lib/api_matchers.rb in api_matchers-0.5.0
- old
+ new
@@ -12,9 +12,10 @@
autoload :BeBadRequest, 'api_matchers/http_status_code/be_bad_request'
autoload :BeNotFound, 'api_matchers/http_status_code/be_not_found'
autoload :BeInternalServerError, 'api_matchers/http_status_code/be_internal_server_error'
autoload :BeUnauthorized, 'api_matchers/http_status_code/be_unauthorized'
autoload :BeOk, 'api_matchers/http_status_code/be_ok'
+ autoload :BeUnprocessableEntity, 'api_matchers/http_status_code/be_unprocessable_entity'
autoload :CreateResource, 'api_matchers/http_status_code/create_resource'
end
# Content Type Matchers
#