aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_tap.rb
diff options
context:
space:
mode:
authorXu Cheng2016-01-11 19:47:35 +0800
committerXu Cheng2016-01-11 19:47:35 +0800
commit86cc780ea252881cdda4541c3c251af7995224b0 (patch)
treee7034d4edb93e330daae726af0e00d61c1a75d25 /Library/Homebrew/test/test_tap.rb
parent1e93eb99a7d6bef587ea282f452ba4435da9cce2 (diff)
downloadbrew-86cc780ea252881cdda4541c3c251af7995224b0.tar.bz2
test_tap: remove problematic test
`Tap#private?` requires Github API, which can cause problem on Travis CI due to API rate limit.
Diffstat (limited to 'Library/Homebrew/test/test_tap.rb')
-rw-r--r--Library/Homebrew/test/test_tap.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_tap.rb b/Library/Homebrew/test/test_tap.rb
index 46e14017d..5a527c537 100644
--- a/Library/Homebrew/test/test_tap.rb
+++ b/Library/Homebrew/test/test_tap.rb
@@ -104,7 +104,6 @@ class TapTest < Homebrew::TestCase
assert_equal "https://github.com/Homebrew/homebrew-foo", @tap.remote
assert_raises(TapUnavailableError) { Tap.new("Homebrew", "bar").remote }
refute_predicate @tap, :custom_remote?
- assert_predicate @tap, :private?
version_tap = Tap.new("Homebrew", "versions")
version_tap.path.mkpath