summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-11 12:16:26 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-11 12:16:26 +0900
commite4364dbf6ecd9f87588f6f9e93d213046b75478e (patch)
tree24644cb0ac8d9373a5b869b1c945b6066cf30c8a /spec
parent4adc6f07ef8e1c620bee06f3614ce58b51839b34 (diff)
Fixed the code-style with the upstream rule.
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/exec_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/bundler/commands/exec_spec.rb b/spec/bundler/commands/exec_spec.rb
index fe5cb9f50c..b3ec2c2cfe 100644
--- a/spec/bundler/commands/exec_spec.rb
+++ b/spec/bundler/commands/exec_spec.rb
@@ -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'"