Skip to content

Commit

Permalink
Will I get this right?
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Feb 6, 2024
1 parent f92e63b commit b7afd03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundler/spec/support/rubygems_ext.rb
Expand Up @@ -45,13 +45,11 @@ def test_setup
end

def install_parallel_test_deps
Gem.clear_paths
install_test_deps

require "parallel"
require "fileutils"

install_test_deps

(2..Parallel.processor_count).each do |n|
source = Path.source_root.join("tmp", "1")
destination = Path.source_root.join("tmp", n.to_s)
Expand All @@ -71,6 +69,8 @@ def setup_test_paths
end

def install_test_deps
Gem.clear_paths

install_gems(test_gemfile, Path.base_system_gems.to_s)
install_gems(rubocop_gemfile, Path.rubocop_gems.to_s)
install_gems(standard_gemfile, Path.standard_gems.to_s)
Expand Down

0 comments on commit b7afd03

Please sign in to comment.