test/information_test.rb in clbustos-rtf-0.3.1 vs test/information_test.rb in clbustos-rtf-0.4.2
- old
+ new
@@ -1,6 +1,6 @@
-require 'test_helper'
+require File.expand_path(File.dirname(__FILE__)+'/test_helper')
# Information class unit test class.
class InformationTest < Test::Unit::TestCase
def test_01
date = Time.local(1985, 6, 22, 14, 33, 22)
@@ -122,6 +122,6 @@
text << "{\\createim\\yr#{time.year}"
text << "\\mo#{time.month}\\dy#{time.day}"
text << "\\hr#{time.hour}\\min#{time.min}}"
text.string
end
-end
\ No newline at end of file
+end