2007-11-20 00:58:20 +00:00
|
|
|
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__), '../'))
|
|
|
|
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__), '../lib/'))
|
2007-12-05 22:27:05 +00:00
|
|
|
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__), '../../lib/'))
|
2007-11-24 23:22:10 +00:00
|
|
|
|
|
|
|
$KCODE = 'u'
|
|
|
|
|
2007-11-20 00:58:20 +00:00
|
|
|
require 'rubygems'
|
|
|
|
require 'test/unit'
|
2007-11-21 00:13:18 +00:00
|
|
|
require 'date'
|
2007-11-20 00:58:20 +00:00
|
|
|
require 'holidays'
|
2007-11-22 20:39:26 +00:00
|
|
|
require 'holidays/ca'
|