0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test
Harry Wolff 20055157ef Fixes admin session cookie test
- Currently the test is taking the response date
which is in UTC and passes it through moment()
which by default parses input as local time.  We
then add 12 hours to this now local time
and when compared against the response set-cookie
header the time spread is wrong.

- To fix we’re parsing the response date with
moment.utc which parses the date in UTC.
2014-01-02 21:06:23 -05:00
..
functional Fixes admin session cookie test 2014-01-02 21:06:23 -05:00
integration/model API refactor / cleanup 2013-12-20 13:07:01 +00:00
unit Cache control headers & query string asset management 2014-01-02 12:14:33 +00:00
utils Route tests 2014-01-01 16:18:03 +00:00
blanket_coverage.js Coverage report task fix for Windoze 2013-11-11 20:56:36 +00:00