Ghost/core/test/integration/model
kirrg001 789895b3de Consistent function names in test utility
no issue

- just discovered that we had confusing function names in our test utility
  - e.g. `posts` -> default posts from the data generator
  - e.g. `users` -> extra users not from our data generator
- now:
  - e.g. `posts` -> default posts from the data generator
  - e.g. `users` -> default users from the data generator
  - e.g. `users:extra` -> extra users not from our data generator
2018-02-21 17:48:46 +01:00
..
base
model_accesstoken_spec.js
model_app-fields_spec.js
model_app-settings_spec.js
model_apps_spec.js
model_invite_spec.js
model_permissions_spec.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
model_posts_spec.js Consistent function names in test utility 2018-02-21 17:48:46 +01:00
model_roles_spec.js
model_settings_spec.js
model_tags_spec.js Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
model_users_spec.js Removed isNew usages in model layer 2018-02-15 22:11:49 +01:00