tracks/app
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 Add 32x32 favicon 2015-06-19 17:38:45 +02:00
controllers This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
helpers This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
mailers initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
models This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
services make todo_from_rich_message time zone aware. test was failing. 2014-01-26 15:05:27 +01:00
views This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00