Ghost/ghost/admin/tests/acceptance
Kevin Ansfield fb549645f8 Fixed normalization of attrs in Mirage config and tests (#872)
no issue

We weren't being consistent in our use of Mirage's `normalizedRequestAttrs()` method which meant that in certain cases Mirage's internal database had duplicated attrs, the original set being `camelCase` and the new/updated set being `underscore_case` which was not only confusing but can lead to errors or unexpected behaviour in tests.

- updated Mirage config to always normalize where necessary
- updated tests to always use `camelCase` attrs
- added `HEAD` route handler for gravatar to avoid unknown route noise in tests
2017-09-28 09:33:00 +07:00
..
settings Upload/Download redirects UI 2017-09-21 17:01:40 +02:00
authentication-test.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
content-test.js Bump dependencies (#826) 2017-08-11 16:28:05 +01:00
editor-test.js Fixed normalization of attrs in Mirage config and tests (#872) 2017-09-28 09:33:00 +07:00
error-handling-test.js Bump dependencies (#826) 2017-08-11 16:28:05 +01:00
ghost-desktop-test.js
password-reset-test.js
setup-test.js Fixed normalization of attrs in Mirage config and tests (#872) 2017-09-28 09:33:00 +07:00
signin-test.js Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00
signup-test.js Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00
subscribers-test.js Bump dependencies (#826) 2017-08-11 16:28:05 +01:00
team-test.js Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00