Skip to content

Commit 8b1481b

Browse files
mamenobu
andauthored
Update bundler/spec/bundler/shared_helpers_spec.rb
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
1 parent 963cb65 commit 8b1481b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/spec/bundler/shared_helpers_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
end
248248

249249
shared_examples_for "ENV['BUNDLER_SETUP'] gets set correctly" do
250-
it "ensures bundler/setup is set in ENV['BUNDLE_SETUP']" do
250+
it "ensures bundler/setup is set in ENV['BUNDLER_SETUP']" do
251251
subject.set_bundle_environment
252252
expect(ENV["BUNDLER_SETUP"]).to eq("#{source_lib_dir}/bundler/setup")
253253
end

0 commit comments

Comments
 (0)