Sha256: c0e82bc780e05f1391c435f8d6c20699c616cb88ae4a0db6c43d83bfc1f59cf5
Contents?: true
Size: 330 Bytes
Versions: 31
Compression:
Stored size: 330 Bytes
Contents
#!/usr/bin/env ruby require 'pathname' gem 'test-unit' require 'test/unit' require 'test/unit/notify' require 'test/unit/rr' base_dir = Pathname.new(__FILE__).dirname.expand_path top_dir = (base_dir + '..').expand_path lib_dir = top_dir + 'lib' $LOAD_PATH.unshift(lib_dir.to_s) exit Test::Unit::AutoRunner.run(true, base_dir)
Version data entries
31 entries across 27 versions & 1 rubygems