mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #23998 from prathamesh-sonpatki/rm-load-paths
Remove requiring load_paths from tools/test.rb
This commit is contained in:
commit
1fdc83947b
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
$: << File.expand_path("test", COMPONENT_ROOT)
|
$: << File.expand_path("test", COMPONENT_ROOT)
|
||||||
require File.expand_path("../../load_paths", __FILE__)
|
|
||||||
|
require 'bundler'
|
||||||
|
Bundler.setup
|
||||||
|
|
||||||
require "rails/test_unit/minitest_plugin"
|
require "rails/test_unit/minitest_plugin"
|
||||||
|
|
||||||
module Rails
|
module Rails
|
||||||
|
|
Loading…
Reference in a new issue