summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 07:09:59 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:30:00 +0900
commit4c72ca195d17fdbcb656e67c1c6ee7f591d306f2 (patch)
treead56688b25dcb9c4792dfda4030ab09beb695bd7 /spec
parent01d141938cfdc8cb0d370c659d976af7ed9623ae (diff)
Fixed up 365ee22d73ec73c119a842de271504e04bed6f45
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/exec_spec.rb b/spec/bundler/commands/exec_spec.rb
index 752d213994..dd46f6a016 100644
--- a/spec/bundler/commands/exec_spec.rb
+++ b/spec/bundler/commands/exec_spec.rb
@@ -299,7 +299,7 @@ RSpec.describe "bundle exec" do
G
rubylib = ENV["RUBYLIB"]
- rubylib = rubylib.to_s.split(File::PATH_SEPARATOR).unshift bundler_path
+ rubylib = rubylib.to_s.split(File::PATH_SEPARATOR).unshift bundler_path.to_s
rubylib = rubylib.uniq.join(File::PATH_SEPARATOR)
bundle "exec 'echo $RUBYLIB'"