Stop caching Superenv.bin
It is not a hotspot and causes an ordering dependency in the tests.
This commit is contained in:
parent
801cdd9045
commit
191e588212
@ -23,7 +23,7 @@ module Superenv
|
||||
end
|
||||
|
||||
def self.bin
|
||||
@bin ||= (HOMEBREW_REPOSITORY/"Library/ENV").subdirs.reject { |d| d.basename.to_s > MacOS::Xcode.version }.max
|
||||
(HOMEBREW_REPOSITORY/"Library/ENV").subdirs.reject { |d| d.basename.to_s > MacOS::Xcode.version }.max
|
||||
end
|
||||
|
||||
def reset
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user