0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/functional/routes/api
Jason Williams c02240dd5f Adjust setup and teardown of route tests.
Closes #3856
- No longer call clearData and initData in test setup because
  migration.init is run during Ghost startup.  The unhandled
  error was a result of clearData removing all the tables while
  Ghost was running--there was a timing issue with the oauth middleware
  checking the refreshtokens table when it had just been deleted.
2014-08-23 21:22:01 +00:00
..
authentication_test.js Adjust setup and teardown of route tests. 2014-08-23 21:22:01 +00:00
db_test.js Adjust setup and teardown of route tests. 2014-08-23 21:22:01 +00:00
error_test.js Adjust setup and teardown of route tests. 2014-08-23 21:22:01 +00:00
notifications_test.js Adjust setup and teardown of route tests. 2014-08-23 21:22:01 +00:00
posts_test.js Adjust setup and teardown of route tests. 2014-08-23 21:22:01 +00:00
settings_test.js Adjust setup and teardown of route tests. 2014-08-23 21:22:01 +00:00
slugs_test.js Adjust setup and teardown of route tests. 2014-08-23 21:22:01 +00:00
tags_test.js Adjust setup and teardown of route tests. 2014-08-23 21:22:01 +00:00
users_test.js Adjust setup and teardown of route tests. 2014-08-23 21:22:01 +00:00