From a43f1d90c2b3aed232d5f4ef9dfe226401cf5d81 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 10 Jan 2023 13:53:41 +0900 Subject: Merge RubyGems and Bundler master from https://github.com/rubygems/rubygems/commit/0635c1423db5d7c461d53bf0c3329bca75de7609 --- spec/bundler/install/gems/standalone_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/bundler/install/gems/standalone_spec.rb') diff --git a/spec/bundler/install/gems/standalone_spec.rb b/spec/bundler/install/gems/standalone_spec.rb index ad7d8d9be6..ab10670fdf 100644 --- a/spec/bundler/install/gems/standalone_spec.rb +++ b/spec/bundler/install/gems/standalone_spec.rb @@ -157,7 +157,7 @@ RSpec.shared_examples "bundle install --standalone" do bundle "lock", :dir => cwd, :artifice => "compact_index" end - it "works and points to the vendored copies, not to the default copies" do + it "works and points to the vendored copies, not to the default copies", :realworld do bundle "config set --local path #{bundled_app("bundle")}" bundle :install, :standalone => true, :dir => cwd, :artifice => "compact_index", :env => { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s } -- cgit v1.2.3