summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Johnston <will@johnstonclan.net>2016-05-24 18:02:51 -0500
committerWilliam Johnston <will@johnstonclan.net>2016-05-24 18:02:51 -0500
commitc9f262739935ecabd20bc92575065cbb468f9420 (patch)
treecc16e2a2c57008723c72de4ab8cf7f3596c0c4a7
parent6876a4fb50e7989e7c2294e6033975d22a7bd9e2 (diff)
downloadbundler-c9f262739935ecabd20bc92575065cbb468f9420.tar.gz
Fix code syntax test
-rw-r--r--spec/bundler/fetcher/compact_index_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/fetcher/compact_index_spec.rb b/spec/bundler/fetcher/compact_index_spec.rb
index 72fe3bbc37..0ce5e04aad 100644
--- a/spec/bundler/fetcher/compact_index_spec.rb
+++ b/spec/bundler/fetcher/compact_index_spec.rb
@@ -8,7 +8,7 @@ describe Bundler::Fetcher::CompactIndex do
let(:compact_index) { described_class.new(downloader, remote, display_uri) }
# Testing private method. Do not commit.
- describe '#specs_for_names' do
+ describe "#specs_for_names" do
it "has only one thread open at the end of the run" do
compact_index.specs_for_names(["lskdjf"])