cleanup and moving text strings to a locale object

This commit is contained in:
Victor Piousbox
2016-03-19 17:37:08 +00:00
parent e9a355a60b
commit d2c1c2cec6
3 changed files with 15 additions and 6 deletions
@@ -27,7 +27,7 @@ describe('POST /user/reset-password', async () => {
});
*/
it('errors is email is not provided', async () => {
it('errors if email is not provided', async () => {
await expect(user.post(endpoint)).to.eventually.be.rejected.and.eql({
code: 400,
error: 'BadRequest',