Sha256: 7be07d1ad14911ac3387884ca94815d1fa44b7c286d01db6da827d21039b80d5
Contents?: true
Size: 287 Bytes
Versions: 2
Compression:
Stored size: 287 Bytes
Contents
require 'test/unit' require 'shoe' if RUBY_VERSION >= '1.9' && $stdout.tty? require 'shoe/util/minitest_colors' end class Shoe::TestCase < Test::Unit::TestCase def default_test # keep Test::Unit from complaining end end Dir['test/support/*.rb'].each { |path| require path }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoe-0.7.1 | test/helper.rb |
shoe-0.7.0 | test/helper.rb |