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