Skip to content

Commit

Permalink
TEST: Wrote test for service "/user/ID" (see Hypertopic#213).
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrihard committed Jun 15, 2018
1 parent 25f879d commit 884934a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/api/user_spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const frisby = require('frisby');

it ('GET should return a status of 200 OK', function () {
return frisby
.get('http://oa.local:5984/user/toto')
.expect('status', 200);
});

0 comments on commit 884934a

Please sign in to comment.