tracks/lib
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
..
assets initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
tasks CI test on both MySQL and SQLite 2015-02-22 18:19:48 -05:00
tracks replace 'None' project by empty string, fix #440 2015-05-10 14:08:20 +02:00
is_taggable.rb activerecord associations do not act like a collection anymore, so convert to array first 2014-05-16 14:33:18 +02:00
login_system.rb Use respond_to { |format| format.any } to reduce duplication 2013-09-13 14:58:28 +03:00
project_from_todo.rb retain tags from action when transforming into project 2015-04-12 21:57:23 +02:00
staleness.rb fix failing test on timezones and remove debug message 2013-09-05 12:23:26 +02:00
todo_from_recurring_todo.rb This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
user_time.rb Replace User#time with UserTime#time 2013-07-30 16:21:04 -05:00