blob: dd069f081f1648c6f97f4fe6c68e556115f872d7 (
plain) (
tree)
|
|
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)
|