提交 1655b32d 编写于 作者: K Kasper Timm Hansen 提交者: GitHub

Merge pull request #27391 from y-yagi/make_work_test_tool_with_line_filter

make work bin/test scripts with line filter
......@@ -4,6 +4,8 @@
Bundler.setup
require "rails/test_unit/minitest_plugin"
require "rails/test_unit/line_filtering"
require "active_support/test_case"
module Rails
# Necessary to get rerun-snippts working.
......@@ -12,6 +14,7 @@ def self.root
end
end
ActiveSupport::TestCase.extend Rails::LineFiltering
Rails::TestUnitReporter.executable = "bin/test"
Minitest.run_via[:rails] = true
require "active_support/testing/autorun"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册