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
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
..
api Adjust setup and teardown of route tests. 2014-08-23 21:22:01 +00:00
admin_test.js Adjust setup and teardown of route tests. 2014-08-23 21:22:01 +00:00
frontend_test.js Adjust setup and teardown of route tests. 2014-08-23 21:22:01 +00:00