public this repo is viewable by everyone
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
mars / test.rb
100644 7 lines (6 sloc) 0.198 kb
1
2
3
4
5
6
7
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