aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorBen Muschol2017-08-11 15:52:50 -0400
committerBen Muschol2017-08-11 15:52:50 -0400
commiteb009503ed8c8c86506f548d4d950b256b25d14c (patch)
tree3914ca0ada433e03ce025a0405d8678c98eeca3d /Library/Homebrew/test
parentb06fceda57ea8306e130ba11ccb2bd71f6907c23 (diff)
downloadbrew-eb009503ed8c8c86506f548d4d950b256b25d14c.tar.bz2
Fix test typo
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/cmd/search_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cmd/search_spec.rb b/Library/Homebrew/test/cmd/search_spec.rb
index 84cc24d41..7c97e6e35 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