tests: add a missing Tab cache clear

This was responsible for the sporadic failures I encountered in #1878.
This commit is contained in:
Alyssa Ross 2017-01-19 13:16:08 +00:00
parent f0249643d4
commit 6fc1747e05

View File

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