Ghost/core/test/functional
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
..
admin Cache control headers & query string asset management 2014-01-02 12:14:33 +00:00
api API refactor / cleanup 2013-12-20 13:07:01 +00:00
frontend Functional test debugging & improvements 2014-01-01 14:52:49 +00:00
routes Fixes admin session cookie test 2014-01-02 21:06:23 -05:00
base.js Functional test debugging & improvements 2014-01-01 14:52:49 +00:00