Sha256: 8e88a427763c461b957ae83d44dae6dd9a76ffb8ba4f265d782c574ffe51f294
Contents?: true
Size: 352 Bytes
Versions: 8
Compression:
Stored size: 352 Bytes
Contents
#!/usr/bin/env ruby $VERBOSE = true require "pathname" base_dir = Pathname.new(__FILE__).dirname.parent.expand_path lib_dir = base_dir + "lib" test_dir = base_dir + "test" $LOAD_PATH.unshift(lib_dir.to_s) require_relative "helper" ARGV.unshift("--max-diff-target-string-size=#{10 * 1024}") exit(Test::Unit::AutoRunner.run(true, test_dir.to_s))
Version data entries
8 entries across 8 versions & 1 rubygems