summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Johnston <will@johnstonclan.net>2016-05-24 22:14:21 -0500
committerWilliam Johnston <will@johnstonclan.net>2016-05-24 22:14:21 -0500
commit03e542b73a4b957b17e651f8cc2bef40248e8bdc (patch)
treee170e4fd434d89d9110896eb5a2f5ad518e122b7
parent82fc7a7511f8644b81744de20f68bed943fd53fc (diff)
downloadbundler-03e542b73a4b957b17e651f8cc2bef40248e8bdc.tar.gz
Remove useless comment.
-rw-r--r--spec/bundler/fetcher/compact_index_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/fetcher/compact_index_spec.rb b/spec/bundler/fetcher/compact_index_spec.rb
index af9a561944..e111d8a3b6 100644
--- a/spec/bundler/fetcher/compact_index_spec.rb
+++ b/spec/bundler/fetcher/compact_index_spec.rb
@@ -7,7 +7,6 @@ describe Bundler::Fetcher::CompactIndex do
let(:display_uri) { URI("http://sampleuri.com") }
let(:compact_index) { described_class.new(downloader, remote, display_uri) }
- # Testing private method. Do not commit.
describe "#specs_for_names" do
it "has only one thread open at the end of the run" do
compact_index.specs_for_names(["lskdjf"])