[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:
parent
b5f809c496
commit
d5513da01d
@ -247,7 +247,7 @@ RSpec.describe Bundler::SharedHelpers do
|
|||||||
end
|
end
|
||||||
|
|
||||||
shared_examples_for "ENV['BUNDLER_SETUP'] gets set correctly" do
|
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
|
subject.set_bundle_environment
|
||||||
expect(ENV["BUNDLER_SETUP"]).to eq("#{source_lib_dir}/bundler/setup")
|
expect(ENV["BUNDLER_SETUP"]).to eq("#{source_lib_dir}/bundler/setup")
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user