Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Commit

Permalink
Added holiday configuration for 2017 on ups provider
Browse files Browse the repository at this point in the history
  • Loading branch information
leaexplores committed Jan 4, 2017
1 parent 301533f commit ac4ffed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/helpers/holiday_helpers.rb
Expand Up @@ -11,6 +11,14 @@ class MissingConfigurationError < RuntimeError; end
{ month: 11, day: 24 },
{ month: 12, day: 26 },
],
"2017" => [
{ month: 1, day: 2 },
{ month: 5, day: 29 },
{ month: 6, day: 4 },
{ month: 9, day: 4 },
{ month: 11, day: 23 },
{ month: 12, day: 25 },
]
}
}

Expand Down

0 comments on commit ac4ffed

Please sign in to comment.