aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/testing/autorun.rb
blob: 84c6b89340b7b8ed309094aed46dea786148e896 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

              
                  
 







                                                  
gem 'minitest'

require 'minitest'

if Minitest.respond_to?(:run_with_rails_extension)
  unless Minitest.run_with_rails_extension
    Minitest.run_with_autorun = true
    Minitest.autorun
  end
else
  Minitest.autorun
end