tests: Add additional pending tests

This commit is contained in:
Blade Barringer
2015-12-04 10:39:20 -06:00
parent 49cc6db05b
commit 1a2cda0835
2 changed files with 159 additions and 0 deletions

View File

@@ -158,6 +158,8 @@ describe('POST /tasks', () => {
it('defaults to a 0 value');
it('requires value to be coerced into a number');
it('cannot create checklists');
});
});