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:
parent
4adc6f07ef
commit
e4364dbf6e
1 changed files with 4 additions and 4 deletions
|
@ -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'"
|
||||
|
|
Loading…
Add table
Reference in a new issue