summaryrefslogtreecommitdiff
path: root/spec/bundler/bundler
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/bundler')
-rw-r--r--spec/bundler/bundler/shared_helpers_spec.rb2
1 files changed, 1 insertions, 1 deletions
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