mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Fixed admin login spects
This commit is contained in:
parent
9a20c73a40
commit
77d6ab93ce
13 changed files with 30 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue