Ghost/core/test
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
..
functional Consistent function names in test utility 2018-02-21 17:48:46 +01:00
integration Consistent function names in test utility 2018-02-21 17:48:46 +01:00
unit Proper error handling for permissible implementations 2018-02-21 16:59:48 +01:00
utils Consistent function names in test utility 2018-02-21 17:48:46 +01:00
.eslintrc.json
.jshintrc