From e4364dbf6ecd9f87588f6f9e93d213046b75478e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 11 Jun 2019 12:16:26 +0900 Subject: [PATCH] Fixed the code-style with the upstream rule. --- spec/bundler/commands/exec_spec.rb | 8 ++++---- 1 file 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'"