Skip to content
Snippets Groups Projects
Commit c5353cb1 authored by Giovanne Marcelo's avatar Giovanne Marcelo
Browse files

fix merge

parents 345d24ec eec18bc5
No related branches found
No related tags found
No related merge requests found
...@@ -125,4 +125,13 @@ resource 'Users' do ...@@ -125,4 +125,13 @@ resource 'Users' do
end end
end end
delete '/v1/auth' do
include_context "authenticate_user"
example 'Destroying an user' do
do_request
expect(status).to eq(200)
end
end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment