Fixed date tests
This commit is contained in:
parent
1b2717d530
commit
7ddbf8cf47
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class DateTests < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_extending_date_class
|
def test_extending_date_class
|
||||||
assert @date.respond_to?('holiday?')
|
assert @date.respond_to?('holidays')
|
||||||
assert @date.respond_to?('holiday?')
|
assert @date.respond_to?('holiday?')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue