Sha256: f20d71a59b88eb90fb29f63a599e032b5fa941a9b348858dd5b5a464044a4aed
Contents?: true
Size: 288 Bytes
Versions: 11
Compression:
Stored size: 288 Bytes
Contents
#!/usr/bin/env ruby # TODO # $VERBOSE = true require "pathname" base_dir = Pathname(__dir__).parent.expand_path lib_dir = base_dir + "lib" test_dir = base_dir + "test" $LOAD_PATH.unshift(lib_dir.to_s) require_relative "helper" exit(Test::Unit::AutoRunner.run(true, test_dir.to_s))
Version data entries
11 entries across 11 versions & 2 rubygems