rubys / mars

Yet Another Planet Refactoring

This URL has Read+Write access

mars / test.rb
100644 8 lines (6 sloc) 0.198 kb
1
2
3
4
5
6
7
8
Dir['test/*.rb'].each {|test| require test}
 
begin
  Dir['tools/*.spec'].each {|spec| load spec}
rescue LoadError
  STDERR.puts "test/spec not found, skipping #{Dir['tools/*.spec'].join(', ')}"
end