blob: dd069f081f1648c6f97f4fe6c68e556115f872d7 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
 | 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)
 |