Merge branch 'viirus/androidFixes' into release

This commit is contained in:
SabreCat
2017-04-06 22:15:14 +00:00
3 changed files with 5 additions and 2 deletions
@@ -34,6 +34,7 @@ describe('POST /user/auth/local/register', () => {
expect(user.apiToken).to.exist;
expect(user.auth.local.username).to.eql(username);
expect(user.profile.name).to.eql(username);
expect(user.newUser).to.eql(true);
});
it('provides default tags and tasks', async () => {