aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/dummy/config/boot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activejob/test/dummy/config/boot.rb')
-rw-r--r--activejob/test/dummy/config/boot.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activejob/test/dummy/config/boot.rb b/activejob/test/dummy/config/boot.rb
deleted file mode 100644
index 6266cfc509..0000000000
--- a/activejob/test/dummy/config/boot.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-# Set up gems listed in the Gemfile.
-ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../../Gemfile', __FILE__)
-
-require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
-$LOAD_PATH.unshift File.expand_path('../../../../lib', __FILE__)