module TestConstruct
def self.destroy_all!
def self.destroy_all! Pathname.glob(File.join(tmpdir, CONTAINER_PREFIX + "*")) do |container| container.rmtree end end
def self.tmpdir
def self.tmpdir dir = nil Dir.chdir Dir.tmpdir do dir = Dir.pwd end # HACK FOR OS X dir end