mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-04 22:35:38 +00:00
Feature: add language in registration page
This commit is contained in:
@@ -89,7 +89,8 @@ describe('RegisterController', function() {
|
||||
var registerController = createController();
|
||||
registerController.user = {
|
||||
username: 'test',
|
||||
password: 's3cr3t'
|
||||
password: 's3cr3t',
|
||||
language: 'en'
|
||||
};
|
||||
|
||||
registerController.register();
|
||||
|
||||
Reference in New Issue
Block a user