diff options
Diffstat (limited to 'spec/models/holiday_spec.rb')
-rw-r--r-- | spec/models/holiday_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/holiday_spec.rb b/spec/models/holiday_spec.rb index ef833a384..973b067d6 100644 --- a/spec/models/holiday_spec.rb +++ b/spec/models/holiday_spec.rb @@ -30,7 +30,7 @@ describe Holiday, " when calculating due date" do # Delivery at the weekend ends up the same due day as if it had arrived on # the Friday before. This is because the next working day (Monday) counts # as day 1. - # See http://www.whatdotheyknow.com/help/about#days + # See http://www.whatdotheyknow.com/help/officers#days it "handles Saturday start" do due_date('2009-03-14').should == '2009-04-15' end |