diff options
author | William Johnston <will@johnstonclan.net> | 2016-05-24 18:02:51 -0500 |
---|---|---|
committer | William Johnston <will@johnstonclan.net> | 2016-05-24 18:02:51 -0500 |
commit | c9f262739935ecabd20bc92575065cbb468f9420 (patch) | |
tree | cc16e2a2c57008723c72de4ab8cf7f3596c0c4a7 /spec/bundler/fetcher | |
parent | 6876a4fb50e7989e7c2294e6033975d22a7bd9e2 (diff) | |
download | bundler-c9f262739935ecabd20bc92575065cbb468f9420.tar.gz |
Fix code syntax test
Diffstat (limited to 'spec/bundler/fetcher')
-rw-r--r-- | spec/bundler/fetcher/compact_index_spec.rb | 2 |
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"]) |