puts get all ruby test

This commit is contained in:
Guillermo 2019-12-17 11:05:22 -03:00
parent 2099af5f3a
commit 870f5fea46
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ describe'/staff/get-all' do
csrf_token: $csrf_token
})
puts result['data']
(result['status']).should.equal('success')
(result['data'][0]['name']).should.equal('Emilia Clarke')