DEV: Correct typo in users_controller_spec

This commit is contained in:
David Taylor 2018-11-14 14:30:44 +00:00
parent 5b320e6652
commit d003ae45f9
1 changed files with 1 additions and 1 deletions

View File

@ -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