public
Fork of rubys/mars
Description: Yet Another Planet Refactoring
Homepage: http://intertwingly.net/blog/2007/12/19/Yet-Another-Planet-Refactoring
Clone URL: git://github.com/technomancy/mars.git
mars / test / test_helper.rb
100644 5 lines (3 sloc) 0.095 kb
1
2
3
4
5
require 'test/unit'
require 'rubygems'
 
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib')