Skip to content

Commit

Permalink
Fixes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahana committed Apr 18, 2013
1 parent 026d0af commit 4dec5fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/fi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ tests: |
Date.civil(2008,5,1) => 'Vappu',
Date.civil(2008,5,1) => 'Helatorstai',
Date.civil(2008,5,11) => 'Helluntaipäivä',
Date.civil(2009,6,19) => 'Juhannusaatto',
Date.civil(2010,6,25) => 'Juhannusaatto',
Date.civil(2011,6,24) => 'Juhannusaatto',
Date.civil(2012,6,22) => 'Juhannusaatto',
Expand Down
1 change: 1 addition & 0 deletions test/defs/test_defs_fi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def test_fi
Date.civil(2008,5,1) => 'Vappu',
Date.civil(2008,5,1) => 'Helatorstai',
Date.civil(2008,5,11) => 'Helluntaipäivä',
Date.civil(2009,6,19) => 'Juhannusaatto',
Date.civil(2010,6,25) => 'Juhannusaatto',
Date.civil(2011,6,24) => 'Juhannusaatto',
Date.civil(2012,6,22) => 'Juhannusaatto',
Expand Down
1 change: 1 addition & 0 deletions test/defs/test_defs_scandinavia.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def test_scandinavia
Date.civil(2008,5,1) => 'Vappu',
Date.civil(2008,5,1) => 'Helatorstai',
Date.civil(2008,5,11) => 'Helluntaipäivä',
Date.civil(2009,6,19) => 'Juhannusaatto',
Date.civil(2010,6,25) => 'Juhannusaatto',
Date.civil(2011,6,24) => 'Juhannusaatto',
Date.civil(2012,6,22) => 'Juhannusaatto',
Expand Down

0 comments on commit 4dec5fc

Please sign in to comment.