diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index b6b8286f79..eb2bafd5d8 100644 --- a/Library/Homebrew/test/test_integration_cmds.rb +++ b/Library/Homebrew/test/test_integration_cmds.rb @@ -200,9 +200,6 @@ class IntegrationCommandTests < Homebrew::TestCase def test_repository assert_match HOMEBREW_REPOSITORY.to_s, cmd("--repository") - end - - def test_repository assert_match "#{HOMEBREW_LIBRARY}/Taps/foo/homebrew-bar", cmd("--repository", "foo/bar") end