From edcaafacb14d0d4c8e146dbec530d23424cde84a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 20 Nov 2015 15:29:28 -0800 Subject: [PATCH] not sure how this happens but travis told us so --- test/unit/support/shared/base_context.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/support/shared/base_context.rb b/test/unit/support/shared/base_context.rb index ff719bb81..f0fc4efb0 100644 --- a/test/unit/support/shared/base_context.rb +++ b/test/unit/support/shared/base_context.rb @@ -80,6 +80,7 @@ shared_context "unit" do # Create a temporary directory and append it to the instance # variabe so that it isn't garbage collected and deleted d = Dir.mktmpdir("vagrant") + @_temp_files ||= [] @_temp_files << d # Return the pathname