tests: fuse broken/split --repository tests

The latter was replacing the former due to an identical method name.
This commit is contained in:
Martin Afanasjew 2016-07-10 03:30:03 +02:00
parent 9eed84b85c
commit 942e1a726b

View File

@ -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