class RSpec::Rails::Matchers::HaveHttpStatus::GenericStatus

@api private Provides an implementation for ‘have_http_status` matching against `ActionDispatch::TestResponse` http status category queries.

Not intended to be instantiated directly.

@example

expect(response).to have_http_status(:success)
expect(response).to have_http_status(:error)
expect(response).to have_http_status(:missing)
expect(response).to have_http_status(:redirect)

@see RSpec::Rails::Matchers#have_http_status @see github.com/rails/rails/blob/7-2-stable/actionpack/lib/action_dispatch/testing/test_response.rb ‘ActionDispatch::TestResponse`