Skip to content
Snippets Groups Projects
Commit 08100398 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1879 from alyssais/formulary_cache_clear

tests: add a missing Tab cache clear
parents f0249643 366ee0b2
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@ class InstallTests < Homebrew::TestCase
assert_equal 3, bin.children.length
assert_predicate f.prefix/".brew/testball.rb", :readable?
end
ensure
ARGV.reject! { |a| a == "--with-invalid_flag" }
end
def test_bottle_unneeded_formula_install
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment