git clone git://github.com/rubys/mars.git
Remove .bzr directory
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