Feature: add language in registration page

This commit is contained in:
2015-09-25 08:40:32 +00:00
parent 47ba761954
commit 0c938b98f5
2 changed files with 11 additions and 2 deletions

View File

@@ -89,7 +89,8 @@ describe('RegisterController', function() {
var registerController = createController();
registerController.user = {
username: 'test',
password: 's3cr3t'
password: 's3cr3t',
language: 'en'
};
registerController.register();