Groupe instructeur show
This commit is contained in:
parent
2749c00ce3
commit
733e83cc54
6 changed files with 54 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue