Skip to content
Snippets Groups Projects
Commit fba2dee9 authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

fix

parent cdd2da6c
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ resource 'Institutions' do
get '/v1/institutions/:id' do
let(:id) { institutions.first.id }
example 'Get a institution' do
example 'Get an institution' do
do_request
expect(path).to eq("/v1/institutions/#{id}") # `:id` is replaced with the value of `id`
expect(response_body).to eq(Helper.serialize(Institution.find(id)))
......
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