class RSpec::Rails::Matchers::HaveHttpStatus::SymbolicStatus

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

Not intended to be instantiated directly.

@example

expect(response).to have_http_status(:created)

@see RSpec::Rails::Matchers#have_http_status @see github.com/rack/rack/blob/master/lib/rack/utils.rb ‘Rack::Utils::SYMBOL_TO_STATUS_CODE`