aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/test.rb
blob: 03884a073a167375357ac051d64fb104f430cfaf (plain) (blame)
1
2
3
4
5
6
7
8
9
require "rails/test_unit/minitest_plugin"

if defined?(ENGINE_ROOT)
  $LOAD_PATH << File.expand_path("test", ENGINE_ROOT)
else
  $LOAD_PATH << File.expand_path("../../test", APP_PATH)
end

require "minitest/autorun"