From 942e1a726b0b0e82a4f2299e06c6d441e8218080 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Sun, 10 Jul 2016 03:30:03 +0200 Subject: [PATCH] tests: fuse broken/split --repository tests The latter was replacing the former due to an identical method name. --- Library/Homebrew/test/test_integration_cmds.rb | 3 --- 1 file changed, 3 deletions(-) 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