aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/holiday_spec.rb
Commit message (Collapse)AuthorAgeLines
* Rename methodMatthew Landauer2012-09-24-2/+2
|
* Handle times passed to Holiday.due_date_from_calendar_daysMatthew Landauer2012-09-24-0/+4
|
* Add due date calculation based on calendar days rather than working daysMatthew Landauer2012-09-24-30/+63
|
* Load all fixtures for all testsRobin Houston2012-01-31-1/+0
| | | | | | | | | The ad hoc specification of fixtures has been an ongoing source of bugs in the tests. The straw that broke the camel’s back is that 7c6eb09 requires the fixtures to be loaded in order (i.e. children before their parents), and it would have been a painful process to reorder all the dozens of different fixture lists, but the test system ought to be more reliable this way.
* Fix a bunch of broken links (thanks Alex)Francis Irving2010-10-27-1/+1
|
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
|
* Make number of days explicit.francis2009-10-26-2/+2
|
* Count weekends like our lawyer says too.francis2009-09-17-3/+6
|
* Test that Time objects DTRTtony2009-03-16-0/+4
|
* Move due date counting code into Holiday classtony2009-03-10-0/+43