From ac4ffed4b4a450aed9f1bd708308832bdae86b1e Mon Sep 17 00:00:00 2001 From: Mathieu Rheaume Date: Mon, 2 Jan 2017 00:16:54 -0500 Subject: [PATCH] Added holiday configuration for 2017 on ups provider --- test/helpers/holiday_helpers.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/helpers/holiday_helpers.rb b/test/helpers/holiday_helpers.rb index f9915b9c1..c614e1ecf 100644 --- a/test/helpers/holiday_helpers.rb +++ b/test/helpers/holiday_helpers.rb @@ -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 }, + ] } }