summaryrefslogtreecommitdiff
path: root/spec/bundler/install/gemfile/sources_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/install/gemfile/sources_spec.rb')
-rw-r--r--spec/bundler/install/gemfile/sources_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/install/gemfile/sources_spec.rb b/spec/bundler/install/gemfile/sources_spec.rb
index 7af97958c1..b2861e1c00 100644
--- a/spec/bundler/install/gemfile/sources_spec.rb
+++ b/spec/bundler/install/gemfile/sources_spec.rb
@@ -550,8 +550,8 @@ RSpec.describe "bundle install with gems on multiple sources" do
context "and the gemfile changes" do
it "is still able to find that gem from remote sources" do
- source_uri = "#{file_uri_for(gem_repo1)}"
- second_uri = "#{file_uri_for(gem_repo4)}"
+ source_uri = file_uri_for(gem_repo1)
+ second_uri = file_uri_for(gem_repo4)
build_repo4 do
build_gem "rack", "2.0.1.1.forked"