Sha256: 1e63ffb2e54141e5d9a06aac1afee869b0912e30b68aa14be5b7b68b4c833962

Contents?: true

Size: 222 Bytes

Versions: 18

Compression:

Stored size: 222 Bytes

Contents

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

Version data entries

18 entries across 18 versions & 4 rubygems

Version Path
abaci-0.3.0 vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/autorun.rb
second_step-0.1.2 secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/autorun.rb
activesupport-5.0.0.1 lib/active_support/testing/autorun.rb
activesupport-5.0.0 lib/active_support/testing/autorun.rb
activesupport-5.0.0.rc2 lib/active_support/testing/autorun.rb
activesupport-5.0.0.racecar1 lib/active_support/testing/autorun.rb
activesupport-5.0.0.rc1 lib/active_support/testing/autorun.rb
activesupport-5.0.0.beta4 lib/active_support/testing/autorun.rb
core_ext-0.0.6 lib/core_ext/testing/autorun.rb
activesupport-5.0.0.beta3 lib/active_support/testing/autorun.rb
activesupport-5.0.0.beta2 lib/active_support/testing/autorun.rb
activesupport-5.0.0.beta1.1 lib/active_support/testing/autorun.rb
core_ext-0.0.5 lib/core_ext/testing/autorun.rb
core_ext-0.0.4 lib/core_ext/testing/autorun.rb
activesupport-5.0.0.beta1 lib/active_support/testing/autorun.rb
core_ext-0.0.3 lib/core_ext/testing/autorun.rb
core_ext-0.0.2 lib/core_ext/testing/autorun.rb
core_ext-0.0.1 lib/core_ext/testing/autorun.rb