Add comment about FSLeakLogger to Homebrew::TestCase.

This commit is contained in:
Markus Reiter 2017-01-26 00:59:12 +01:00
parent b765853969
commit ac92144654

View File

@ -23,6 +23,8 @@ module Homebrew
].freeze
def setup
# These directories need to be created before
# `FSLeakLogger` is called with `super`.
TEST_DIRECTORIES.each(&:mkpath)
super