tracks/test/controllers
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
..
.gitkeep move tests to new directory 2013-05-11 23:13:16 +02:00
calendar_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
context_actions_data_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
contexts_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
data_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
feedlist_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
integrations_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
login_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
mailgun_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
message_gateway_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
notes_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
preferences_controller_test.rb Fix #1722 2015-02-22 18:54:24 +00:00
projects_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
recurring_todos_controller_test.rb This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
search_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
stats_controller_test.rb This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
todos_controller_test.rb This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
users_controller_test.rb Remove support for deprecated password-hashing algorithm 2014-11-15 10:28:29 -05:00