Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename method | Matthew Landauer | 2012-09-24 | -2/+2 |
| | ||||
* | Handle times passed to Holiday.due_date_from_calendar_days | Matthew Landauer | 2012-09-24 | -0/+4 |
| | ||||
* | Add due date calculation based on calendar days rather than working days | Matthew Landauer | 2012-09-24 | -30/+63 |
| | ||||
* | Load all fixtures for all tests | Robin Houston | 2012-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 Irving | 2010-10-27 | -1/+1 |
| | ||||
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Make number of days explicit. | francis | 2009-10-26 | -2/+2 |
| | ||||
* | Count weekends like our lawyer says too. | francis | 2009-09-17 | -3/+6 |
| | ||||
* | Test that Time objects DTRT | tony | 2009-03-16 | -0/+4 |
| | ||||
* | Move due date counting code into Holiday class | tony | 2009-03-10 | -0/+43 |