diff --git a/spec/views/admin/gestionnaires/index.html.haml_spec.rb b/spec/views/admin/gestionnaires/index.html.haml_spec.rb index 13fb1c9df..d72ffc79d 100644 --- a/spec/views/admin/gestionnaires/index.html.haml_spec.rb +++ b/spec/views/admin/gestionnaires/index.html.haml_spec.rb @@ -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