1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

add bin/test script for railties

The railties test does not require specific setup performed in the rake-tasks,
so we can use test runner as well as other components.
This commit is contained in:
yuuji.yaginuma 2017-01-01 16:17:24 +09:00
parent e632c2fa4c
commit 75e309675c

4
railties/bin/test Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env ruby
COMPONENT_ROOT = File.expand_path("..", __dir__)
require File.expand_path("../tools/test", COMPONENT_ROOT)