Try deleting test/support/lib/default_prefix.rb
This commit is contained in:
parent
69cd289938
commit
3546e47d6e
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user