Skip to content

Commit ca46a15

Browse files
committed
[rubygems/rubygems] bin/rubocop -a --only Style/RedundantParentheses
ruby/rubygems@24d4281d86
1 parent 425cfcf commit ca46a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bundler/bundler/shared_helpers_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354

355355
it "ENV['PATH'] should only contain one instance of bundle bin path" do
356356
subject.set_bundle_environment
357-
paths = (ENV["PATH"]).split(File::PATH_SEPARATOR)
357+
paths = ENV["PATH"].split(File::PATH_SEPARATOR)
358358
expect(paths.count(bundle_path)).to eq(1)
359359
end
360360
end

0 commit comments

Comments
 (0)