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:
parent
e632c2fa4c
commit
75e309675c
1 changed files with 4 additions and 0 deletions
4
railties/bin/test
Executable file
4
railties/bin/test
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
COMPONENT_ROOT = File.expand_path("..", __dir__)
|
||||
require File.expand_path("../tools/test", COMPONENT_ROOT)
|
Loading…
Reference in a new issue