Sha256: 2c32a9fd7001414950074f04ad2034a803bb13042184555e45943d53dbb167e1

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 Bytes

Contents

base_dir = File.expand_path(File.join(File.dirname(__FILE__), '..'))
lib_dir  = File.join(base_dir, 'lib')
test_dir = File.join(base_dir, 'test')

$LOAD_PATH.unshift(lib_dir)

require 'test/unit'

argv = ARGV || ['--max-diff-target-string-size=10000']
exit Test::Unit::AutoRunner.run(true, test_dir, argv)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
review-2.5.0 test/run_test.rb