Skip to content

Commit

Permalink
DEV: Correct typo in users_controller_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Nov 14, 2018
1 parent 5b320e6 commit d003ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/users_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def post_user
post "/u.json", params: {
name: @user.name,
username: @user.username,
passsword: 'tesing12352343'
password: 'tesing12352343'
}
expect(response.status).to eq(400)
end
Expand Down

0 comments on commit d003ae4

Please sign in to comment.