DEV: Correct typo in users_controller_spec
This commit is contained in:
parent
5b320e6652
commit
d003ae45f9
|
@ -545,7 +545,7 @@ describe UsersController do
|
|||
post "/u.json", params: {
|
||||
name: @user.name,
|
||||
username: @user.username,
|
||||
passsword: 'tesing12352343'
|
||||
password: 'tesing12352343'
|
||||
}
|
||||
expect(response.status).to eq(400)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue