We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56f77f commit 0dfa907Copy full SHA for 0dfa907
spec/dummy/Gemfile
spec/dummy/Gemfile.lock
spec/dummy/config/boot.rb
@@ -1,3 +1,5 @@
1
-ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
+# Set up gems listed in the Gemfile.
2
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../Gemfile', __dir__)
3
-require 'bundler/setup' # Set up gems listed in the Gemfile.
4
+require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
5
+$LOAD_PATH.unshift File.expand_path('../../../lib', __dir__)
0 commit comments