diff options
| author | Martin Afanasjew | 2016-07-10 03:30:03 +0200 |
|---|---|---|
| committer | Martin Afanasjew | 2016-07-10 16:01:10 +0200 |
| commit | 942e1a726b0b0e82a4f2299e06c6d441e8218080 (patch) | |
| tree | 5a27f46537b7478681982ce3d952b4c135ebfa2c /Library/Homebrew | |
| parent | 9eed84b85c7c9c42b59e972568a7c9b21ee67fce (diff) | |
| download | brew-942e1a726b0b0e82a4f2299e06c6d441e8218080.tar.bz2 | |
tests: fuse broken/split --repository tests
The latter was replacing the former due to an identical method name.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/test/test_integration_cmds.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index b6b8286f7..eb2bafd5d 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 |
