Stop caching Superenv.bin

It is not a hotspot and causes an ordering dependency in the tests.
This commit is contained in:
Jack Nagel 2014-06-10 17:46:44 -05:00
parent 801cdd9045
commit 191e588212

View File

@ -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