CA: Remembrance Day typo -- closes GH-4
This commit is contained in:
parent
da7f4396d9
commit
c7e7f0fe36
5 changed files with 6 additions and 6 deletions
|
@ -98,7 +98,7 @@ months:
|
|||
regions: [ca]
|
||||
wday: 1
|
||||
11:
|
||||
- name: Rememberance Day
|
||||
- name: Remembrance Day
|
||||
regions: [ca]
|
||||
mday: 11
|
||||
12:
|
||||
|
@ -128,7 +128,7 @@ tests: |
|
|||
Date.civil(2008,7,1) => 'Canada Day',
|
||||
Date.civil(2008,9,1) => 'Labour Day',
|
||||
Date.civil(2008,10,13) => 'Thanksgiving',
|
||||
Date.civil(2008,11,11) => 'Rememberance Day',
|
||||
Date.civil(2008,11,11) => 'Remembrance Day',
|
||||
Date.civil(2008,12,25) => 'Christmas Day',
|
||||
Date.civil(2008,12,26) => 'Boxing Day'}.each do |date, name|
|
||||
assert_equal name, (Holidays.on(date, :ca, :informal)[0] || {})[:name]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue