summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2019-02-09 00:23:58 +1100
committerColby Swandale <me@colby.fyi>2019-02-09 00:23:58 +1100
commit115df2642722dcdb2cf9e4ddb3a51aec9e6f4afa (patch)
treedcb57c4c3796d3571854fe1da5c68d77d49b3f09
parentd43b4fb3de4e4ce752d7389f688be913e0e97854 (diff)
downloadbundler-115df2642722dcdb2cf9e4ddb3a51aec9e6f4afa.tar.gz
remove path that i copied from my personal computer
-rw-r--r--spec/commands/binstubs_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/commands/binstubs_spec.rb b/spec/commands/binstubs_spec.rb
index 7f2e81c099..6eedc5b854 100644
--- a/spec/commands/binstubs_spec.rb
+++ b/spec/commands/binstubs_spec.rb
@@ -137,14 +137,14 @@ RSpec.describe "bundle binstubs <gem>" do
before do
gemfile <<-G
- source "file:///Users/colby/Projects/bundler/tmp/gems/remote2"
+ source "https://rubygems.org"
gem "rack"
gem "prints_loaded_gems"
G
lockfile <<-G
GEM
- remote: file:///Users/colby/Projects/bundler/tmp/gems/remote2/
+ remote: https://rubygems.org
specs:
prints_loaded_gems (1.0)
rack (1.2)