0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test/integration/api
Harry Wolff be37070fb6 This aims to speed up both the ghost application and tests by
migration from usage of config() to just an object of config.

no relevant issue

- Change 'loadConfig' task to 'ensureConfig' to more accurately reflect
what it is actually doing.  Its sole purpose is to make sure a `config.js`
 file exists, and as such the name now reflects that purpose.

- Update config/index.js to export the ghostConfig object directly
so that it can be accessed from other modules

- Update all references of config(). to config.
This was a blind global find all and replace, treat it as such.

- Fixes to tests to support new config access method

- Allow each test to still work when invoked invidually
2014-07-22 22:37:44 -04:00
..
api_authentication_spec.js Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
api_db_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_mail_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_notifications_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_posts_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_settings_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_slugs_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_tags_spec.js Add edit roles 2014-07-21 22:50:43 +02:00
api_themes_spec.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
api_upload_spec.js Integration tests use consistent teardown methods 2014-07-21 13:25:51 +01:00
api_users_spec.js Add edit roles 2014-07-21 22:50:43 +02:00