From 6fc1747e0550545b4fe80f5a1854d16dd2b08afe Mon Sep 17 00:00:00 2001
From: Alyssa Ross <hi@alyssa.is>
Date: Thu, 19 Jan 2017 13:16:08 +0000
Subject: [PATCH] tests: add a missing Tab cache clear

This was responsible for the sporadic failures I encountered in #1878.
---
 Library/Homebrew/test/formulary_test.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Library/Homebrew/test/formulary_test.rb b/Library/Homebrew/test/formulary_test.rb
index 3d88c84077..a306c43df9 100644
--- a/Library/Homebrew/test/formulary_test.rb
+++ b/Library/Homebrew/test/formulary_test.rb
@@ -110,6 +110,7 @@ class FormularyFactoryTest < Homebrew::TestCase
     keg.uninstall
     formula.clear_cache
     formula.bottle.clear_cache
+    Tab.clear_cache
   end
 
   def test_load_from_contents
-- 
GitLab