Fixed the code-style with the upstream rule.
This commit is contained in:
parent
4adc6f07ef
commit
e4364dbf6e
@ -280,10 +280,10 @@ RSpec.describe "bundle exec" do
|
|||||||
|
|
||||||
rubyopt = ENV["RUBYOPT"]
|
rubyopt = ENV["RUBYOPT"]
|
||||||
setup_path = if ruby_core?
|
setup_path = if ruby_core?
|
||||||
File.expand_path("../../../lib/bundler/setup", __dir__)
|
File.expand_path("../../../lib/bundler/setup", __dir__)
|
||||||
else
|
else
|
||||||
File.expand_path("../../lib/bundler/setup", __dir__)
|
File.expand_path("../../lib/bundler/setup", __dir__)
|
||||||
end
|
end
|
||||||
rubyopt = "-r#{setup_path} #{rubyopt}"
|
rubyopt = "-r#{setup_path} #{rubyopt}"
|
||||||
|
|
||||||
bundle "exec 'echo $RUBYOPT'"
|
bundle "exec 'echo $RUBYOPT'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user