Fixed date tests

master
Dirk Grambow 2009-12-02 11:34:56 +01:00
parent 1b2717d530
commit 7ddbf8cf47
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class DateTests < Test::Unit::TestCase
end
def test_extending_date_class
assert @date.respond_to?('holiday?')
assert @date.respond_to?('holidays')
assert @date.respond_to?('holiday?')
end