lib/api_matchers.rb in api_matchers-0.5.1 vs lib/api_matchers.rb in api_matchers-0.6.0
- old
+ new
@@ -13,9 +13,10 @@
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 :BeForbidden, 'api_matchers/http_status_code/be_forbidden'
autoload :CreateResource, 'api_matchers/http_status_code/create_resource'
end
# Content Type Matchers
#