mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
Update users_controller_spec.rb
This commit is contained in:
parent
dcab4355c1
commit
86fb1b46d8
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ describe Api::V1::UsersController do
|
|||
end
|
||||
|
||||
def user_expectation(json, user)
|
||||
expect(response).to be_success
|
||||
expect(json["id"]).to eq(user.id)
|
||||
expect(json["username"]).to eq(user.username)
|
||||
expect(json["country"]).to eq(user.country)
|
||||
|
|
Loading…
Reference in a new issue