blob: 03884a073a167375357ac051d64fb104f430cfaf (
plain) (
tree)
|
|
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"
|