[rubygems/rubygems] Update bundler/spec/bundler/shared_helpers_spec.rb

https://github.com/rubygems/rubygems/commit/8b1481ba77

Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
Yusuke Endoh 2022-10-29 03:23:46 +09:00 committed by git
parent b5f809c496
commit d5513da01d

View File

@ -247,7 +247,7 @@ RSpec.describe Bundler::SharedHelpers do
end
shared_examples_for "ENV['BUNDLER_SETUP'] gets set correctly" do
it "ensures bundler/setup is set in ENV['BUNDLE_SETUP']" do
it "ensures bundler/setup is set in ENV['BUNDLER_SETUP']" do
subject.set_bundle_environment
expect(ENV["BUNDLER_SETUP"]).to eq("#{source_lib_dir}/bundler/setup")
end