Change wording: 'gestionnaire' to 'accompagnateur'
This commit is contained in:
parent
000fadf501
commit
3a76275058
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ describe 'admin/gestionnaires/index.html.haml', type: :view do
|
|||
before do
|
||||
render
|
||||
end
|
||||
it { expect(rendered).to have_content('Aucun gestionnaire') }
|
||||
it { expect(rendered).to have_content('Aucun accompagnateur') }
|
||||
end
|
||||
|
||||
context 'Ajout d\'un gestionnaire' do
|
||||
context 'Ajout d\'un accompagnateur' do
|
||||
before do
|
||||
create(:gestionnaire, administrateur: admin)
|
||||
admin.reload
|
||||
|
|
Loading…
Reference in a new issue