diff --git a/app/assets/images/mailer/gestionnaire_mailer/logo-beta-gouv-fr.png b/app/assets/images/mailer/instructeur_mailer/logo-beta-gouv-fr.png similarity index 100% rename from app/assets/images/mailer/gestionnaire_mailer/logo-beta-gouv-fr.png rename to app/assets/images/mailer/instructeur_mailer/logo-beta-gouv-fr.png diff --git a/app/assets/images/mailer/gestionnaire_mailer/logo.png b/app/assets/images/mailer/instructeur_mailer/logo.png similarity index 100% rename from app/assets/images/mailer/gestionnaire_mailer/logo.png rename to app/assets/images/mailer/instructeur_mailer/logo.png diff --git a/app/assets/javascripts/old_design/gestionnaire_dossier_modal.js b/app/assets/javascripts/old_design/instructeur_dossier_modal.js similarity index 100% rename from app/assets/javascripts/old_design/gestionnaire_dossier_modal.js rename to app/assets/javascripts/old_design/instructeur_dossier_modal.js diff --git a/app/controllers/admin/gestionnaires_controller.rb b/app/controllers/admin/instructeurs_controller.rb similarity index 100% rename from app/controllers/admin/gestionnaires_controller.rb rename to app/controllers/admin/instructeurs_controller.rb diff --git a/app/controllers/gestionnaires/activate_controller.rb b/app/controllers/instructeurs/activate_controller.rb similarity index 100% rename from app/controllers/gestionnaires/activate_controller.rb rename to app/controllers/instructeurs/activate_controller.rb diff --git a/app/controllers/gestionnaires/avis_controller.rb b/app/controllers/instructeurs/avis_controller.rb similarity index 100% rename from app/controllers/gestionnaires/avis_controller.rb rename to app/controllers/instructeurs/avis_controller.rb diff --git a/app/controllers/gestionnaires/dossiers_controller.rb b/app/controllers/instructeurs/dossiers_controller.rb similarity index 100% rename from app/controllers/gestionnaires/dossiers_controller.rb rename to app/controllers/instructeurs/dossiers_controller.rb diff --git a/app/controllers/gestionnaires/gestionnaire_controller.rb b/app/controllers/instructeurs/instructeur_controller.rb similarity index 100% rename from app/controllers/gestionnaires/gestionnaire_controller.rb rename to app/controllers/instructeurs/instructeur_controller.rb diff --git a/app/controllers/gestionnaires/passwords_controller.rb b/app/controllers/instructeurs/passwords_controller.rb similarity index 100% rename from app/controllers/gestionnaires/passwords_controller.rb rename to app/controllers/instructeurs/passwords_controller.rb diff --git a/app/controllers/gestionnaires/procedures_controller.rb b/app/controllers/instructeurs/procedures_controller.rb similarity index 100% rename from app/controllers/gestionnaires/procedures_controller.rb rename to app/controllers/instructeurs/procedures_controller.rb diff --git a/app/controllers/gestionnaires/recherche_controller.rb b/app/controllers/instructeurs/recherche_controller.rb similarity index 100% rename from app/controllers/gestionnaires/recherche_controller.rb rename to app/controllers/instructeurs/recherche_controller.rb diff --git a/app/controllers/gestionnaires/sessions_controller.rb b/app/controllers/instructeurs/sessions_controller.rb similarity index 100% rename from app/controllers/gestionnaires/sessions_controller.rb rename to app/controllers/instructeurs/sessions_controller.rb diff --git a/app/controllers/manager/gestionnaires_controller.rb b/app/controllers/manager/instructeurs_controller.rb similarity index 100% rename from app/controllers/manager/gestionnaires_controller.rb rename to app/controllers/manager/instructeurs_controller.rb diff --git a/app/dashboards/gestionnaire_dashboard.rb b/app/dashboards/instructeur_dashboard.rb similarity index 100% rename from app/dashboards/gestionnaire_dashboard.rb rename to app/dashboards/instructeur_dashboard.rb diff --git a/app/jobs/gestionnaire_email_notification_job.rb b/app/jobs/instructeur_email_notification_job.rb similarity index 100% rename from app/jobs/gestionnaire_email_notification_job.rb rename to app/jobs/instructeur_email_notification_job.rb diff --git a/app/mailers/gestionnaire_mailer.rb b/app/mailers/instructeur_mailer.rb similarity index 100% rename from app/mailers/gestionnaire_mailer.rb rename to app/mailers/instructeur_mailer.rb diff --git a/app/models/gestionnaire.rb b/app/models/instructeur.rb similarity index 100% rename from app/models/gestionnaire.rb rename to app/models/instructeur.rb diff --git a/app/views/admin/gestionnaires/_informations.html.haml b/app/views/admin/instructeurs/_informations.html.haml similarity index 100% rename from app/views/admin/gestionnaires/_informations.html.haml rename to app/views/admin/instructeurs/_informations.html.haml diff --git a/app/views/admin/gestionnaires/_list.html.haml b/app/views/admin/instructeurs/_list.html.haml similarity index 100% rename from app/views/admin/gestionnaires/_list.html.haml rename to app/views/admin/instructeurs/_list.html.haml diff --git a/app/views/admin/gestionnaires/index.html.haml b/app/views/admin/instructeurs/index.html.haml similarity index 100% rename from app/views/admin/gestionnaires/index.html.haml rename to app/views/admin/instructeurs/index.html.haml diff --git a/app/views/admin/gestionnaires/index.js.erb b/app/views/admin/instructeurs/index.js.erb similarity index 100% rename from app/views/admin/gestionnaires/index.js.erb rename to app/views/admin/instructeurs/index.js.erb diff --git a/app/views/gestionnaire_mailer/invite_gestionnaire.html.haml b/app/views/instructeur_mailer/invite_instructeur.html.haml similarity index 100% rename from app/views/gestionnaire_mailer/invite_gestionnaire.html.haml rename to app/views/instructeur_mailer/invite_instructeur.html.haml diff --git a/app/views/gestionnaire_mailer/last_week_overview.html.haml b/app/views/instructeur_mailer/last_week_overview.html.haml similarity index 100% rename from app/views/gestionnaire_mailer/last_week_overview.html.haml rename to app/views/instructeur_mailer/last_week_overview.html.haml diff --git a/app/views/gestionnaire_mailer/send_dossier.html.haml b/app/views/instructeur_mailer/send_dossier.html.haml similarity index 100% rename from app/views/gestionnaire_mailer/send_dossier.html.haml rename to app/views/instructeur_mailer/send_dossier.html.haml diff --git a/app/views/gestionnaire_mailer/send_login_token.html.haml b/app/views/instructeur_mailer/send_login_token.html.haml similarity index 100% rename from app/views/gestionnaire_mailer/send_login_token.html.haml rename to app/views/instructeur_mailer/send_login_token.html.haml diff --git a/app/views/gestionnaire_mailer/send_notifications.html.haml b/app/views/instructeur_mailer/send_notifications.html.haml similarity index 100% rename from app/views/gestionnaire_mailer/send_notifications.html.haml rename to app/views/instructeur_mailer/send_notifications.html.haml diff --git a/app/views/gestionnaire_mailer/user_to_gestionnaire.html.haml b/app/views/instructeur_mailer/user_to_instructeur.html.haml similarity index 100% rename from app/views/gestionnaire_mailer/user_to_gestionnaire.html.haml rename to app/views/instructeur_mailer/user_to_instructeur.html.haml diff --git a/app/views/gestionnaires/_login_banner.html.haml b/app/views/instructeurs/_login_banner.html.haml similarity index 100% rename from app/views/gestionnaires/_login_banner.html.haml rename to app/views/instructeurs/_login_banner.html.haml diff --git a/app/views/gestionnaires/activate/new.html.haml b/app/views/instructeurs/activate/new.html.haml similarity index 100% rename from app/views/gestionnaires/activate/new.html.haml rename to app/views/instructeurs/activate/new.html.haml diff --git a/app/views/gestionnaires/avis/_header.html.haml b/app/views/instructeurs/avis/_header.html.haml similarity index 100% rename from app/views/gestionnaires/avis/_header.html.haml rename to app/views/instructeurs/avis/_header.html.haml diff --git a/app/views/gestionnaires/avis/index.html.haml b/app/views/instructeurs/avis/index.html.haml similarity index 100% rename from app/views/gestionnaires/avis/index.html.haml rename to app/views/instructeurs/avis/index.html.haml diff --git a/app/views/gestionnaires/avis/instruction.html.haml b/app/views/instructeurs/avis/instruction.html.haml similarity index 100% rename from app/views/gestionnaires/avis/instruction.html.haml rename to app/views/instructeurs/avis/instruction.html.haml diff --git a/app/views/gestionnaires/avis/messagerie.html.haml b/app/views/instructeurs/avis/messagerie.html.haml similarity index 100% rename from app/views/gestionnaires/avis/messagerie.html.haml rename to app/views/instructeurs/avis/messagerie.html.haml diff --git a/app/views/gestionnaires/avis/show.html.haml b/app/views/instructeurs/avis/show.html.haml similarity index 100% rename from app/views/gestionnaires/avis/show.html.haml rename to app/views/instructeurs/avis/show.html.haml diff --git a/app/views/gestionnaires/avis/sign_up.html.haml b/app/views/instructeurs/avis/sign_up.html.haml similarity index 100% rename from app/views/gestionnaires/avis/sign_up.html.haml rename to app/views/instructeurs/avis/sign_up.html.haml diff --git a/app/views/gestionnaires/dossiers/_envoyer_dossier_block.html.haml b/app/views/instructeurs/dossiers/_envoyer_dossier_block.html.haml similarity index 100% rename from app/views/gestionnaires/dossiers/_envoyer_dossier_block.html.haml rename to app/views/instructeurs/dossiers/_envoyer_dossier_block.html.haml diff --git a/app/views/gestionnaires/dossiers/_header.html.haml b/app/views/instructeurs/dossiers/_header.html.haml similarity index 100% rename from app/views/gestionnaires/dossiers/_header.html.haml rename to app/views/instructeurs/dossiers/_header.html.haml diff --git a/app/views/gestionnaires/dossiers/_personnes_impliquees_block.html.haml b/app/views/instructeurs/dossiers/_personnes_impliquees_block.html.haml similarity index 100% rename from app/views/gestionnaires/dossiers/_personnes_impliquees_block.html.haml rename to app/views/instructeurs/dossiers/_personnes_impliquees_block.html.haml diff --git a/app/views/gestionnaires/dossiers/_state_button.html.haml b/app/views/instructeurs/dossiers/_state_button.html.haml similarity index 100% rename from app/views/gestionnaires/dossiers/_state_button.html.haml rename to app/views/instructeurs/dossiers/_state_button.html.haml diff --git a/app/views/gestionnaires/dossiers/_state_button_motivation.html.haml b/app/views/instructeurs/dossiers/_state_button_motivation.html.haml similarity index 100% rename from app/views/gestionnaires/dossiers/_state_button_motivation.html.haml rename to app/views/instructeurs/dossiers/_state_button_motivation.html.haml diff --git a/app/views/gestionnaires/dossiers/_state_button_refresh.js.erb b/app/views/instructeurs/dossiers/_state_button_refresh.js.erb similarity index 100% rename from app/views/gestionnaires/dossiers/_state_button_refresh.js.erb rename to app/views/instructeurs/dossiers/_state_button_refresh.js.erb diff --git a/app/views/gestionnaires/dossiers/annotations_privees.html.haml b/app/views/instructeurs/dossiers/annotations_privees.html.haml similarity index 100% rename from app/views/gestionnaires/dossiers/annotations_privees.html.haml rename to app/views/instructeurs/dossiers/annotations_privees.html.haml diff --git a/app/views/gestionnaires/dossiers/avis.html.haml b/app/views/instructeurs/dossiers/avis.html.haml similarity index 100% rename from app/views/gestionnaires/dossiers/avis.html.haml rename to app/views/instructeurs/dossiers/avis.html.haml diff --git a/app/views/gestionnaires/dossiers/messagerie.html.haml b/app/views/instructeurs/dossiers/messagerie.html.haml similarity index 100% rename from app/views/gestionnaires/dossiers/messagerie.html.haml rename to app/views/instructeurs/dossiers/messagerie.html.haml diff --git a/app/views/gestionnaires/dossiers/personnes_impliquees.html.haml b/app/views/instructeurs/dossiers/personnes_impliquees.html.haml similarity index 100% rename from app/views/gestionnaires/dossiers/personnes_impliquees.html.haml rename to app/views/instructeurs/dossiers/personnes_impliquees.html.haml diff --git a/app/views/gestionnaires/dossiers/print.html.haml b/app/views/instructeurs/dossiers/print.html.haml similarity index 100% rename from app/views/gestionnaires/dossiers/print.html.haml rename to app/views/instructeurs/dossiers/print.html.haml diff --git a/app/views/gestionnaires/dossiers/show.html.haml b/app/views/instructeurs/dossiers/show.html.haml similarity index 100% rename from app/views/gestionnaires/dossiers/show.html.haml rename to app/views/instructeurs/dossiers/show.html.haml diff --git a/app/views/gestionnaires/passwords/edit.html.haml b/app/views/instructeurs/passwords/edit.html.haml similarity index 100% rename from app/views/gestionnaires/passwords/edit.html.haml rename to app/views/instructeurs/passwords/edit.html.haml diff --git a/app/views/gestionnaires/passwords/new.html.haml b/app/views/instructeurs/passwords/new.html.haml similarity index 100% rename from app/views/gestionnaires/passwords/new.html.haml rename to app/views/instructeurs/passwords/new.html.haml diff --git a/app/views/gestionnaires/procedures/_dossier_actions.html.haml b/app/views/instructeurs/procedures/_dossier_actions.html.haml similarity index 100% rename from app/views/gestionnaires/procedures/_dossier_actions.html.haml rename to app/views/instructeurs/procedures/_dossier_actions.html.haml diff --git a/app/views/gestionnaires/procedures/_download_dossiers.html.haml b/app/views/instructeurs/procedures/_download_dossiers.html.haml similarity index 100% rename from app/views/gestionnaires/procedures/_download_dossiers.html.haml rename to app/views/instructeurs/procedures/_download_dossiers.html.haml diff --git a/app/views/gestionnaires/procedures/_header_field.html.haml b/app/views/instructeurs/procedures/_header_field.html.haml similarity index 100% rename from app/views/gestionnaires/procedures/_header_field.html.haml rename to app/views/instructeurs/procedures/_header_field.html.haml diff --git a/app/views/gestionnaires/procedures/email_notifications.html.haml b/app/views/instructeurs/procedures/email_notifications.html.haml similarity index 100% rename from app/views/gestionnaires/procedures/email_notifications.html.haml rename to app/views/instructeurs/procedures/email_notifications.html.haml diff --git a/app/views/gestionnaires/procedures/index.html.haml b/app/views/instructeurs/procedures/index.html.haml similarity index 100% rename from app/views/gestionnaires/procedures/index.html.haml rename to app/views/instructeurs/procedures/index.html.haml diff --git a/app/views/gestionnaires/procedures/show.html.haml b/app/views/instructeurs/procedures/show.html.haml similarity index 100% rename from app/views/gestionnaires/procedures/show.html.haml rename to app/views/instructeurs/procedures/show.html.haml diff --git a/app/views/gestionnaires/recherche/index.html.haml b/app/views/instructeurs/recherche/index.html.haml similarity index 100% rename from app/views/gestionnaires/recherche/index.html.haml rename to app/views/instructeurs/recherche/index.html.haml diff --git a/app/views/gestionnaires/sessions/new.html.haml b/app/views/instructeurs/sessions/new.html.haml similarity index 100% rename from app/views/gestionnaires/sessions/new.html.haml rename to app/views/instructeurs/sessions/new.html.haml diff --git a/app/views/gestionnaires/shared/_links.html.erb b/app/views/instructeurs/shared/_links.html.erb similarity index 100% rename from app/views/gestionnaires/shared/_links.html.erb rename to app/views/instructeurs/shared/_links.html.erb diff --git a/app/views/gestionnaires/shared/avis/_form.html.haml b/app/views/instructeurs/shared/avis/_form.html.haml similarity index 100% rename from app/views/gestionnaires/shared/avis/_form.html.haml rename to app/views/instructeurs/shared/avis/_form.html.haml diff --git a/app/views/gestionnaires/shared/avis/_list.html.haml b/app/views/instructeurs/shared/avis/_list.html.haml similarity index 100% rename from app/views/gestionnaires/shared/avis/_list.html.haml rename to app/views/instructeurs/shared/avis/_list.html.haml diff --git a/app/views/layouts/navbars/_navbar_admin_gestionnairescontroller_index.html.haml b/app/views/layouts/navbars/_navbar_admin_instructeurscontroller_index.html.haml similarity index 100% rename from app/views/layouts/navbars/_navbar_admin_gestionnairescontroller_index.html.haml rename to app/views/layouts/navbars/_navbar_admin_instructeurscontroller_index.html.haml diff --git a/app/views/manager/gestionnaires/show.html.erb b/app/views/manager/instructeurs/show.html.erb similarity index 100% rename from app/views/manager/gestionnaires/show.html.erb rename to app/views/manager/instructeurs/show.html.erb diff --git a/app/views/shared/help/_help_dropdown_gestionnaire.html.haml b/app/views/shared/help/_help_dropdown_instructeur.html.haml similarity index 100% rename from app/views/shared/help/_help_dropdown_gestionnaire.html.haml rename to app/views/shared/help/_help_dropdown_instructeur.html.haml diff --git a/config/locales/models/gestionnaire/fr.yml b/config/locales/models/instructeur/fr.yml similarity index 100% rename from config/locales/models/gestionnaire/fr.yml rename to config/locales/models/instructeur/fr.yml diff --git a/spec/controllers/admin/gestionnaires_controller_spec.rb b/spec/controllers/admin/instructeurs_controller_spec.rb similarity index 100% rename from spec/controllers/admin/gestionnaires_controller_spec.rb rename to spec/controllers/admin/instructeurs_controller_spec.rb diff --git a/spec/controllers/gestionnaires/activate_controller_spec.rb b/spec/controllers/instructeurs/activate_controller_spec.rb similarity index 100% rename from spec/controllers/gestionnaires/activate_controller_spec.rb rename to spec/controllers/instructeurs/activate_controller_spec.rb diff --git a/spec/controllers/gestionnaires/avis_controller_spec.rb b/spec/controllers/instructeurs/avis_controller_spec.rb similarity index 100% rename from spec/controllers/gestionnaires/avis_controller_spec.rb rename to spec/controllers/instructeurs/avis_controller_spec.rb diff --git a/spec/controllers/gestionnaires/dossiers_controller_spec.rb b/spec/controllers/instructeurs/dossiers_controller_spec.rb similarity index 100% rename from spec/controllers/gestionnaires/dossiers_controller_spec.rb rename to spec/controllers/instructeurs/dossiers_controller_spec.rb diff --git a/spec/controllers/gestionnaires/gestionnaire_controller_spec.rb b/spec/controllers/instructeurs/instructeur_controller_spec.rb similarity index 100% rename from spec/controllers/gestionnaires/gestionnaire_controller_spec.rb rename to spec/controllers/instructeurs/instructeur_controller_spec.rb diff --git a/spec/controllers/gestionnaires/passwords_controller_spec.rb b/spec/controllers/instructeurs/passwords_controller_spec.rb similarity index 100% rename from spec/controllers/gestionnaires/passwords_controller_spec.rb rename to spec/controllers/instructeurs/passwords_controller_spec.rb diff --git a/spec/controllers/gestionnaires/procedures_controller_spec.rb b/spec/controllers/instructeurs/procedures_controller_spec.rb similarity index 100% rename from spec/controllers/gestionnaires/procedures_controller_spec.rb rename to spec/controllers/instructeurs/procedures_controller_spec.rb diff --git a/spec/controllers/gestionnaires/recherche_controller_spec.rb b/spec/controllers/instructeurs/recherche_controller_spec.rb similarity index 100% rename from spec/controllers/gestionnaires/recherche_controller_spec.rb rename to spec/controllers/instructeurs/recherche_controller_spec.rb diff --git a/spec/controllers/gestionnaires/sessions_controller_spec.rb b/spec/controllers/instructeurs/sessions_controller_spec.rb similarity index 100% rename from spec/controllers/gestionnaires/sessions_controller_spec.rb rename to spec/controllers/instructeurs/sessions_controller_spec.rb diff --git a/spec/factories/gestionnaire.rb b/spec/factories/instructeur.rb similarity index 100% rename from spec/factories/gestionnaire.rb rename to spec/factories/instructeur.rb diff --git a/spec/features/gestionnaires/gestionnaire_spec.rb b/spec/features/instructeurs/instructeur_spec.rb similarity index 100% rename from spec/features/gestionnaires/gestionnaire_spec.rb rename to spec/features/instructeurs/instructeur_spec.rb diff --git a/spec/features/gestionnaires/procedure_filters_spec.rb b/spec/features/instructeurs/procedure_filters_spec.rb similarity index 100% rename from spec/features/gestionnaires/procedure_filters_spec.rb rename to spec/features/instructeurs/procedure_filters_spec.rb diff --git a/spec/mailers/gestionnaire_mailer_spec.rb b/spec/mailers/instructeur_mailer_spec.rb similarity index 100% rename from spec/mailers/gestionnaire_mailer_spec.rb rename to spec/mailers/instructeur_mailer_spec.rb diff --git a/spec/mailers/previews/gestionnaire_mailer_preview.rb b/spec/mailers/previews/instructeur_mailer_preview.rb similarity index 100% rename from spec/mailers/previews/gestionnaire_mailer_preview.rb rename to spec/mailers/previews/instructeur_mailer_preview.rb diff --git a/spec/models/gestionnaire_spec.rb b/spec/models/instructeur_spec.rb similarity index 100% rename from spec/models/gestionnaire_spec.rb rename to spec/models/instructeur_spec.rb diff --git a/spec/views/admin/gestionnaires/index.html.haml_spec.rb b/spec/views/admin/instructeurs/index.html.haml_spec.rb similarity index 100% rename from spec/views/admin/gestionnaires/index.html.haml_spec.rb rename to spec/views/admin/instructeurs/index.html.haml_spec.rb diff --git a/spec/views/gestionnaire/avis/instruction.html.haml_spec.rb b/spec/views/instructeur/avis/instruction.html.haml_spec.rb similarity index 100% rename from spec/views/gestionnaire/avis/instruction.html.haml_spec.rb rename to spec/views/instructeur/avis/instruction.html.haml_spec.rb diff --git a/spec/views/gestionnaire/dossiers/_envoyer_dossier_block.html.haml_spec.rb b/spec/views/instructeur/dossiers/_envoyer_dossier_block.html.haml_spec.rb similarity index 100% rename from spec/views/gestionnaire/dossiers/_envoyer_dossier_block.html.haml_spec.rb rename to spec/views/instructeur/dossiers/_envoyer_dossier_block.html.haml_spec.rb diff --git a/spec/views/gestionnaire/dossiers/_state_button_motivation.html.haml_spec.rb b/spec/views/instructeur/dossiers/_state_button_motivation.html.haml_spec.rb similarity index 100% rename from spec/views/gestionnaire/dossiers/_state_button_motivation.html.haml_spec.rb rename to spec/views/instructeur/dossiers/_state_button_motivation.html.haml_spec.rb diff --git a/spec/views/gestionnaire/dossiers/print.html.haml_spec.rb b/spec/views/instructeur/dossiers/print.html.haml_spec.rb similarity index 100% rename from spec/views/gestionnaire/dossiers/print.html.haml_spec.rb rename to spec/views/instructeur/dossiers/print.html.haml_spec.rb diff --git a/spec/views/gestionnaire/dossiers/show.html.haml_spec.rb b/spec/views/instructeur/dossiers/show.html.haml_spec.rb similarity index 100% rename from spec/views/gestionnaire/dossiers/show.html.haml_spec.rb rename to spec/views/instructeur/dossiers/show.html.haml_spec.rb diff --git a/spec/views/gestionnaire/procedures/_download_dossiers.html.haml_spec.rb b/spec/views/instructeur/procedures/_download_dossiers.html.haml_spec.rb similarity index 100% rename from spec/views/gestionnaire/procedures/_download_dossiers.html.haml_spec.rb rename to spec/views/instructeur/procedures/_download_dossiers.html.haml_spec.rb diff --git a/spec/views/gestionnaire/shared/avis/list.html.haml_spec.rb b/spec/views/instructeur/shared/avis/list.html.haml_spec.rb similarity index 100% rename from spec/views/gestionnaire/shared/avis/list.html.haml_spec.rb rename to spec/views/instructeur/shared/avis/list.html.haml_spec.rb diff --git a/spec/views/gestionnaire_mailer/send_notifications.html.haml_spec.rb b/spec/views/instructeur_mailer/send_notifications.html.haml_spec.rb similarity index 100% rename from spec/views/gestionnaire_mailer/send_notifications.html.haml_spec.rb rename to spec/views/instructeur_mailer/send_notifications.html.haml_spec.rb