aboutsummaryrefslogtreecommitdiffstats
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 acefc1a583..7de67e247c 100644
--- a/spec/bundler/runtime/load_spec.rb
+++ b/spec/bundler/runtime/load_spec.rb
@@ -80,7 +80,7 @@ RSpec.describe "Bundler.load" do
G
ruby! <<-RUBY
- require "#{lib}/bundler"
+ require "#{lib_dir}/bundler"
Bundler.setup :default
Bundler.require :default
puts RACK