rubys / mars

Yet Another Planet Refactoring

This URL has Read+Write access

rubys (author)
Wed Oct 01 17:43:51 -0700 2008
commit  5fbf9c42fc4884f9b8c99b8dcb2fe348ed3d88c9
tree    ae1a982d3f4e835fe407a7c7467007e2f5b7c1f6
parent  7cd6a62ce1c1a14e27d40a8b6fd3259d1694eb17
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