Ghost/core/test
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
..
functional Fix and enable general and user settings tests. 2014-08-18 20:44:26 +01:00
integration Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00
unit Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00
utils Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00
blanket_coverage.js Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00