aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails/commands/test.rb
blob: 219c2fa4e0c1055c67b6b3130aad56ea07baebbb (plain) (tree)
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)