Sha256: 494f3c045a8941a35d49f1558e42ed63779d0c89b1fa9aef4c535898f0337bb2

Contents?: true

Size: 279 Bytes

Versions: 1

Compression:

Stored size: 279 Bytes

Contents

#!/usr/bin/env ruby

$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

1 entries across 1 versions & 1 rubygems

Version Path
red-colors-0.4.0 test/run.rb