mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
[rubygems/rubygems] I _think_ this workaround is no longer necessary
6a76fedfd0
This commit is contained in:
parent
060932af98
commit
dbe69a466f
1 changed files with 0 additions and 2 deletions
2
spec/bundler/cache/git_spec.rb
vendored
2
spec/bundler/cache/git_spec.rb
vendored
|
@ -323,8 +323,6 @@ RSpec.describe "bundle cache with git" do
|
|||
FileUtils.mkdir_p bundled_app("vendor/cache")
|
||||
FileUtils.cp_r git_path, bundled_app("vendor/cache/foo-1.0-#{path_revision}")
|
||||
FileUtils.rm_rf bundled_app("vendor/cache/foo-1.0-#{path_revision}/.git")
|
||||
# bundle install with git repo needs to be run under the git environment.
|
||||
Dir.chdir(bundled_app) { system(*%W[git init --quiet]) }
|
||||
|
||||
bundle :install, env: { "BUNDLE_DEPLOYMENT" => "true", "BUNDLE_CACHE_ALL" => "true" }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue