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.
File.exists?
File.exist?
1 parent a55ef78 commit 007ef9fCopy full SHA for 007ef9f
test/dummy/config/boot.rb
@@ -1,5 +1,5 @@
1
# Set up gems listed in the Gemfile.
2
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../../Gemfile', __FILE__)
3
4
-require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
+require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
5
$LOAD_PATH.unshift File.expand_path('../../../../lib', __FILE__)
0 commit comments