Skip to content

Commit

Permalink
Added test for Good Friday
Browse files Browse the repository at this point in the history
  • Loading branch information
John Chlark Sumatra - CDAsia MacBook Pro committed Apr 1, 2015
1 parent 1cfaf2b commit 6d02264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/ph.yaml
Expand Up @@ -73,6 +73,7 @@ methods:
end
tests: |
{Date.civil(2015,2,25) => 'People Power Anniversary',
Date.civil(2015,4,3) => 'Good Friday',
Date.civil(2015,4,9) => 'The Day of Valor',
Date.civil(2015,5,1) => 'Labor Day',
Date.civil(2015,6,12) => 'Independence Day',
Expand Down
1 change: 1 addition & 0 deletions test/defs/test_defs_ph.rb
Expand Up @@ -8,6 +8,7 @@ class PhDefinitionTests < Test::Unit::TestCase # :nodoc:

def test_ph
{Date.civil(2015,2,25) => 'People Power Anniversary',
Date.civil(2015,4,3) => 'Good Friday',
Date.civil(2015,4,9) => 'The Day of Valor',
Date.civil(2015,5,1) => 'Labor Day',
Date.civil(2015,6,12) => 'Independence Day',
Expand Down

0 comments on commit 6d02264

Please sign in to comment.