rails/railties/bin/test
yuuji.yaginuma 75e309675c 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.
2017-01-01 16:17:24 +09:00

5 lines
128 B
Ruby
Executable File

#!/usr/bin/env ruby
COMPONENT_ROOT = File.expand_path("..", __dir__)
require File.expand_path("../tools/test", COMPONENT_ROOT)