]> git.r.bdr.sh - rbdr/cologne/blob - test/helper.rb
Add the color to the object
[rbdr/cologne] / test / helper.rb
1 require 'rubygems'
2 require 'test/unit'
3 require 'shoulda'
4
5 $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
6 $LOAD_PATH.unshift(File.dirname(__FILE__))
7 require 'cobalt'
8
9 class Test::Unit::TestCase
10 end