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