Try deleting test/support/lib/default_prefix.rb

This commit is contained in:
Douglas Eichelberger 2023-12-28 13:02:50 -08:00 committed by Patrick Linnane
parent 69cd289938
commit 3546e47d6e
No known key found for this signature in database

View File

@ -1,8 +0,0 @@
# typed: strict
# frozen_string_literal: true
module Homebrew
# For testing's sake always assume the default prefix
DEFAULT_PREFIX = T.let(HOMEBREW_PREFIX.to_s.freeze, String)
DEFAULT_REPOSITORY = T.let(HOMEBREW_REPOSITORY.to_s.freeze, String)
end