Sha256: f82d48788045d39ae71a22a8a9be94cd0e70497ca8734307224e711c65e0e4f7

Contents?: true

Size: 160 Bytes

Versions: 9

Compression:

Stored size: 160 Bytes

Contents

#!/usr/bin/ruby
#find all ruby files in the same directory that start tc_ and 'require' them
Dir.glob("#{File.dirname(__FILE__)}/tc_*.rb").each {|f| require f}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ripxplore-0.17.1 test/ts_test_all.rb
ripxplore-0.17.0 test/ts_test_all.rb
ripxplore-0.16.1 test/ts_test_all.rb
ripxplore-0.15.1 test/ts_test_all.rb
ripxplore-0.14.1 test/ts_test_all.rb
ripxplore-0.14.0 test/ts_test_all.rb
ripxplore-0.13.0 test/ts_test_all.rb
ripxplore-0.12.0 test/ts_test_all.rb
ripxplore-0.11.0 test/ts_test_all.rb