class RuboCop::Cop::RSpec::Rails::HttpStatus::SymbolicStyleChecker
def custom_http_status_code?
def custom_http_status_code? node.int_type? && !::Rack::Utils::SYMBOL_TO_STATUS_CODE.value?(node.source.to_i) end
def custom_http_status_code? node.int_type? && !::Rack::Utils::SYMBOL_TO_STATUS_CODE.value?(node.source.to_i) end