Skip to content

Commit 24d4281

Browse files
committed
bin/rubocop -a --only Style/RedundantParentheses
1 parent 677e17a commit 24d4281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/spec/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)