Fixed date tests

This commit is contained in:
Dirk Grambow 2009-12-02 11:34:56 +01:00
parent 1b2717d530
commit 7ddbf8cf47

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