summaryrefslogtreecommitdiff
path: root/spec/commands/issue_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-05-06 18:06:21 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-06-11 12:36:19 +0200
commit5946d62ad03c57271ccb037680382b1db9fc2e65 (patch)
tree31be4479c7d942243440b378c054ef6d4308e398 /spec/commands/issue_spec.rb
parente6fd423bbdf6fc2aa1032a5e35df7b4079c45ddd (diff)
downloadbundler-5946d62ad03c57271ccb037680382b1db9fc2e65.tar.gz
Normalize file:// handling in specs
Diffstat (limited to 'spec/commands/issue_spec.rb')
-rw-r--r--spec/commands/issue_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/issue_spec.rb b/spec/commands/issue_spec.rb
index 04c575130e..143f6333ce 100644
--- a/spec/commands/issue_spec.rb
+++ b/spec/commands/issue_spec.rb
@@ -3,7 +3,7 @@
RSpec.describe "bundle issue" do
it "exits with a message" do
install_gemfile <<-G
- source "file://#{gem_repo1}"
+ source "#{file_uri_for(gem_repo1)}"
gem "rails"
G