Fixed admin login spects

This commit is contained in:
Priit Tark 2015-05-20 17:58:07 +03:00
parent 9a20c73a40
commit 77d6ab93ce
13 changed files with 30 additions and 15 deletions

View file

@ -12,9 +12,11 @@ describe AdminUser do
@user.errors.full_messages.should match_array([
"Country code is missing",
"Email Email is missing",
"Email Email is missing",
"Password Password is missing",
"Username Username is missing",
"Roles is missing"
"Password Password is missing",
"Roles is missing",
"Username Username is missing"
])
end