0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/integration
Harry Wolff 5ff2a31ce1 Move Models module to have an init method that sets up all models
resolves #2170

- creates a models.init() function that requires all other model files
and caches them.  This is opposed to the previous functionality where
when you require('./models') it would immediately require all other models.
Now it's done when you want.

- Updates all tests to reflect the new structure of the model module
2014-08-18 15:54:10 -04:00
..
api Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00
model Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00
export_spec.js Fix lazy loading of settings 2014-07-29 10:43:38 -05:00
import_spec.js MU Importer - Assign objects correctly 2014-08-10 14:49:23 +01:00
update_check_spec.js Ghost instance not needed in update check test 2014-07-29 22:29:13 +00:00