From d5513da01d24fbc4de71975b6a49f0ba3b3be401 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Sat, 29 Oct 2022 03:23:46 +0900 Subject: [rubygems/rubygems] Update bundler/spec/bundler/shared_helpers_spec.rb https://github.com/rubygems/rubygems/commit/8b1481ba77 Co-authored-by: Nobuyoshi Nakada --- spec/bundler/bundler/shared_helpers_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/bundler/bundler') diff --git a/spec/bundler/bundler/shared_helpers_spec.rb b/spec/bundler/bundler/shared_helpers_spec.rb index 569d6ed9cd..43ae9cdceb 100644 --- a/spec/bundler/bundler/shared_helpers_spec.rb +++ b/spec/bundler/bundler/shared_helpers_spec.rb @@ -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 -- cgit v1.2.3