tracks/app/models/recurring_todos
Reinier Balt e58379e81f This fixes failing tests when the timezone is different than utc
There were several problems:
* Time.now returns the systems time, not the users time
* fixtures do not translate dates from timezone to utc, but stores the
  date verbatim
* calling a controller will set the timezone to the preference of the
  current_user. So it could be changed while you do not realize this. I
  fixed the failing test, but problems could be elsewhere
2015-08-05 11:50:33 +02:00
..
abstract_recurrence_pattern.rb This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
abstract_recurring_todos_builder.rb occurence -> occurrence 2015-02-10 15:49:13 +01:00
daily_recurrence_pattern.rb rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00
daily_recurring_todos_builder.rb rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00
monthly_recurrence_pattern.rb This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
monthly_recurring_todos_builder.rb rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00
recurring_todos_builder.rb add basis tests for patterns and remove doubles from recurring_todo_test.rb 2014-03-31 09:43:39 +02:00
weekly_recurrence_pattern.rb rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00
weekly_recurring_todos_builder.rb rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00
yearly_recurrence_pattern.rb rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00
yearly_recurring_todos_builder.rb rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00