public
Description: Yet Another Planet Refactoring
Homepage: http://intertwingly.net/blog/2007/12/19/Yet-Another-Planet-Refactoring
Clone URL: git://github.com/rubys/mars.git
Scott Bronson (author)
Mon Mar 31 23:29:15 -0700 2008
commit  775bc2a397c7812ae67b9979f288c3c835aab059
tree    b847bf45fa3471cc91ecd89b2524fceb081f6f69
parent  567e2f3f459d446f0530bbd4c8acb00dde378420
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