summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2020-01-17 18:19:19 +0900
committerGitHub <noreply@github.com>2020-01-17 18:19:19 +0900
commit0629cb41dd2b780cfb88971dabe06b06d1d77e0a (patch)
treeeec76f5954d7fefb59ef7840fb2807cbc28a7ca5
parenta634e0a6c64b69e3bd5d8d528d7b311e73e31c58 (diff)
downloadbundler-0629cb41dd2b780cfb88971dabe06b06d1d77e0a.tar.gz
Don't use needless specific API
Co-Authored-By: David Rodríguez <deivid.rodriguez@riseup.net>
-rw-r--r--spec/install/gems/resolving_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/resolving_spec.rb b/spec/install/gems/resolving_spec.rb
index 2f46661058..fc2936b28c 100644
--- a/spec/install/gems/resolving_spec.rb
+++ b/spec/install/gems/resolving_spec.rb
@@ -157,7 +157,7 @@ RSpec.describe "bundle install with install-time dependencies" do
end
simulate_platform mingw do
- install_gemfile <<-G, :artifice => "compact_index_rate_limited", :env => { "BUNDLER_SPEC_GEM_REPO" => gem_repo4.to_s }
+ install_gemfile <<-G, :artifice => "compact_index", :env => { "BUNDLER_SPEC_GEM_REPO" => gem_repo4.to_s }
ruby "#{RUBY_VERSION}"
source "http://localgemserver.test/"
gem 'rack'