Set up preliminary tests for users

This commit is contained in:
Matthew Dillon 2015-11-05 17:42:50 -07:00
parent a47f233493
commit 2d7d22f847
5 changed files with 88 additions and 8 deletions

View file

@ -10,7 +10,10 @@ export function testConfig() {
this.namespace = '/api/hymenobacter';
this.timing = 0;
this.get('/users');
this.post('/users');
this.get('/users/:id');
this.put('/users/:id');
this.get('/species');
this.post('/species');