joshu / mars forked from rubys/mars

Yet Another Planet Refactoring

This URL has Read+Write access

joshu (author)
Sun Apr 20 14:37:57 -0700 2008
commit  f09cbe485c4ded878a85ae29e47775468404c307
tree    259d311ce05f595c0ed8dcf711c0820559c769e0
parent  127bdf5d62b9f25fa140dc9b73294e99fbe87d71
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