You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test for DELETE /api/user/:username that should return 204 if the user exists does not fail when User.where is stubbed to return nil instead of a user object.
The test for DELETE /api/user/:username that should return 204 if the user exists does not fail when User.where is stubbed to return nil instead of a user object.