class RSpec::Rails::Matchers::HaveHttpStatus::NumericCode

@api private Provides an implementation for ‘have_http_status` matching against numeric http status codes.

Not intended to be instantiated directly.

@example

expect(response).to have_http_status(404)

@see RSpec::Rails::Matchers#have_http_status