ryanjm / rails-event-manager

Repeating schedule manager Rails.
MIT License
0 stars 0 forks source link

Write tests for multiple year schedules #6

Open ryanjm opened 10 years ago

ryanjm commented 10 years ago

None of the tests currently cross the year. Need to write tests to make sure that works properly.

Matt said it currently doesn't.

ryanjm commented 9 years ago

This line should be:

DateTime.new(start.year, start.month, month_days.first,0,0,0, start.offset).next_month
ryanjm commented 9 years ago

That actually won't be right since it could return a date with the day being different than requested.

Need to write a few tests: