提交 ea491653 编写于 作者: P Prathamesh Sonpatki

Remove requiring load_paths from tools/test.rb

- Instead require and setup Bundler
- `tools/test.rb` is used internally from all `bin/test` scripts inside
   component gems.
- Followup of https://github.com/rails/rails/commit/2abcdfd978fdcd491576a237e8c6be04ddaf884d.
上级 7fa15fe6
$: << File.expand_path("test", COMPONENT_ROOT)
require File.expand_path("../../load_paths", __FILE__)
require 'bundler'
Bundler.setup
require "rails/test_unit/minitest_plugin"
module Rails
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册