Sha256: 454a0d5683ceb88a7a979ce9bb7d6306cd7268994b40dcdb6feafc13591a64c7

Contents?: true

Size: 172 Bytes

Versions: 8

Compression:

Stored size: 172 Bytes

Contents

#!/usr/bin/env ruby
# coding: utf-8
require 'rubygems'

here = File.dirname(File.realpath(__FILE__))
Dir["#{here}/minit*.rb"].each do |file|
  require file
  puts file
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tools-0.4.4 test/minitest/run
tools-0.4.3 test/minitest/run
tools-0.4.2 test/minitest/run
tools-0.4.1 test/minitest/run
tools-0.3.9 test/minitest/run
tools-0.0.7 test/minitest/run
tools-0.0.6 test/minitest/run
tools-0.0.5 test/minitest/run