tracks/config/environments
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
..
cucumber.rb Remove support for deprecated password-hashing algorithm 2014-11-15 10:28:29 -05:00
development.rb Enable migration check in development environment 2014-07-07 22:30:23 -04:00
production.rb Sync boilerplate with Rails 4.1.6 2014-09-11 23:39:29 -04:00
test.rb This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00