1
0
Fork 0
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:
Kasper Timm Hansen 2016-03-02 07:29:52 +01:00
commit 1fdc83947b

View file

@ -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