test/time_0_test.rb in rufus-scheduler-1.0.11 vs test/time_0_test.rb in rufus-scheduler-1.0.12
- old
+ new
@@ -5,24 +5,19 @@
# John Mettraux at openwfe.org
#
# Sun Oct 29 16:18:25 JST 2006
#
-require 'test/unit'
+$:.unshift(File.dirname(__FILE__) + '/../lib')
+require 'test/unit'
require 'rufus/otime'
+
#
# testing otime
#
-
class Time0Test < Test::Unit::TestCase
-
- #def setup
- #end
-
- #def teardown
- #end
def _test_to_iso_date
#
# well... this test is not timezone friendly...
# commented out thus...