mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9 lines
197 B
Ruby
9 lines
197 B
Ruby
require "rails/test_unit/minitest_plugin"
|
|
|
|
if defined?(ENGINE_ROOT)
|
|
$: << File.expand_path('test', ENGINE_ROOT)
|
|
else
|
|
$: << File.expand_path('../../test', APP_PATH)
|
|
end
|
|
|
|
exit Minitest.run(ARGV)
|