1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed the code-style with the upstream rule.

This commit is contained in:
Hiroshi SHIBATA 2019-06-11 12:16:26 +09:00
parent 4adc6f07ef
commit e4364dbf6e
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -280,10 +280,10 @@ RSpec.describe "bundle exec" do
rubyopt = ENV["RUBYOPT"]
setup_path = if ruby_core?
File.expand_path("../../../lib/bundler/setup", __dir__)
else
File.expand_path("../../lib/bundler/setup", __dir__)
end
File.expand_path("../../../lib/bundler/setup", __dir__)
else
File.expand_path("../../lib/bundler/setup", __dir__)
end
rubyopt = "-r#{setup_path} #{rubyopt}"
bundle "exec 'echo $RUBYOPT'"