You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
136 B

  1. #!/usr/bin/ruby
  2. require 'minitest/autorun'
  3. $LOAD_PATH.unshift(".libs").unshift("lib")
  4. Dir.glob("./t/tc*.rb").each{ |t|
  5. require t
  6. }