test/colour_test.rb in clbustos-rtf-0.3.1 vs test/colour_test.rb in clbustos-rtf-0.4.2

- old
+ new

@@ -1,5 +1,5 @@ -require 'test_helper' +require File.expand_path(File.dirname(__FILE__)+'/test_helper') # Colour class unit test class. class ColourTest < Test::Unit::TestCase def test_01 colours = [] \ No newline at end of file