Sha256: 0762ef63107194b2181cc38767836afc210d840b9803bc14198b87daa5edd653

Contents?: true

Size: 301 Bytes

Versions: 4

Compression:

Stored size: 301 Bytes

Contents

#!/usr/local/bin/ruby -w

# ts_all.rb
#
#  Created by James Edward Gray II on 2005-04-26.
#  Copyright 2005 Gray Productions. All rights reserved.

$test_dir ||= File.dirname(__FILE__)
$:.unshift($test_dir) unless $:.include?($test_dir)

require "test/unit"

require "tc_highline"
require "tc_import"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
highline-0.4.0 test/ts_all.rb
highline-0.3.0 test/ts_all.rb
highline-0.2.0 test/ts_all.rb
highline-0.5.0 test/ts_all.rb