summaryrefslogtreecommitdiff
path: root/spec/bundler/runtime/load_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/runtime/load_spec.rb')
-rw-r--r--spec/bundler/runtime/load_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/runtime/load_spec.rb b/spec/bundler/runtime/load_spec.rb
index 0274ba18b8..f28ffd9460 100644
--- a/spec/bundler/runtime/load_spec.rb
+++ b/spec/bundler/runtime/load_spec.rb
@@ -82,7 +82,7 @@ RSpec.describe "Bundler.load" do
G
ruby <<-RUBY
- require "#{lib_dir}/bundler"
+ require "bundler"
Bundler.setup :default
Bundler.require :default
puts RACK