class RuboCop::Cop::RSpec::Rails::HttpStatus::SymbolicStyleChecker

def symbol

def symbol
  ::Rack::Utils::SYMBOL_TO_STATUS_CODE.key(number)
end