Groupe instructeur show

This commit is contained in:
simon lehericey 2019-10-23 20:22:56 +02:00
parent 2749c00ce3
commit 733e83cc54
6 changed files with 54 additions and 1 deletions

View file

@ -24,4 +24,12 @@ describe NewAdministrateur::GroupeInstructeursController, type: :controller do
end
end
end
describe '#show' do
context 'of a group I belong to' do
before { get :show, params: { procedure_id: procedure.id, id: gi_1_1.id } }
it { expect(response).to have_http_status(:ok) }
end
end
end