Ghost/core/test
Hannah Wolfe e4a1797085 Remove should-sinon dependency
no issue

- removes should-sinon dependency from package.json
- rewrites all usages of should-sinon to use normal should assertions

Unfortunately, should-sinon has very minimal documentation  and therefore it is hard to discern what is considered a correctly-written assertion:
- in some cases, refactoring to use should-sinon causes false positives
- in other cases, assertions that work written in the normal way fail when written using should-sinon (e.g. getters, combos with rewire)
The additional overhead created by these issues outweigh any benefit from the easier-to-read assertions
2016-03-14 16:52:22 +00:00
..
functional Serve immediate 404 for static files (no fallthru) 2016-02-21 19:17:27 +00:00
integration Exporter cleanup & tests 2016-03-12 19:01:25 +00:00
unit Remove should-sinon dependency 2016-03-14 16:52:22 +00:00
utils Refactor & test fixture migrations 2016-03-03 09:03:37 +00:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00