mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
c684f4f3da
According to the commit comment on 54d84cbb77
, AJ/bin/test was intentionally not added,
but AJ tests doesn't actually do anything special other than specifying ENV['AJ_ADAPTER'],
which can be easily done via command line environment variable.
4 lines
128 B
Ruby
Executable file
4 lines
128 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
COMPONENT_ROOT = File.expand_path("..", __dir__)
|
|
require File.expand_path("../tools/test", COMPONENT_ROOT)
|