From eb009503ed8c8c86506f548d4d950b256b25d14c Mon Sep 17 00:00:00 2001 From: Ben Muschol Date: Fri, 11 Aug 2017 15:52:50 -0400 Subject: [PATCH] Fix test typo --- Library/Homebrew/test/cmd/search_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/cmd/search_spec.rb b/Library/Homebrew/test/cmd/search_spec.rb index 84cc24d41d..7c97e6e357 100644 --- a/Library/Homebrew/test/cmd/search_spec.rb +++ b/Library/Homebrew/test/cmd/search_spec.rb @@ -1,7 +1,7 @@ describe "brew search", :integration_test do before(:each) do setup_test_formula "testball" - setup_remote_tap "caskroom/cask/test" + setup_remote_tap "caskroom/cask" end it "lists all available Formulae when no argument is given" do