From 0e1dac7d19ed764e5cd26481451eece48bf2d924 Mon Sep 17 00:00:00 2001 From: Xavier J Date: Fri, 19 Feb 2016 14:20:18 +0100 Subject: [PATCH] Fix test Change name gestionnaire to accompagnateur on admin ui --- app/views/admin/gestionnaires/_list.html.haml | 2 +- app/views/admin/gestionnaires/index.html.haml | 2 +- spec/factories/commentaire.rb | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/admin/gestionnaires/_list.html.haml b/app/views/admin/gestionnaires/_list.html.haml index f7cfc4de2..f2533b45c 100644 --- a/app/views/admin/gestionnaires/_list.html.haml +++ b/app/views/admin/gestionnaires/_list.html.haml @@ -22,4 +22,4 @@ - else %h4.center - Aucun gestionnaire + Aucun accompagnateur diff --git a/app/views/admin/gestionnaires/index.html.haml b/app/views/admin/gestionnaires/index.html.haml index 094e5e546..37c893a40 100644 --- a/app/views/admin/gestionnaires/index.html.haml +++ b/app/views/admin/gestionnaires/index.html.haml @@ -1,4 +1,4 @@ -%h1 Gestion des gestionnaires +%h1 Gestion des accompagnateurs %br .row diff --git a/spec/factories/commentaire.rb b/spec/factories/commentaire.rb index 5cac7d667..791e295db 100644 --- a/spec/factories/commentaire.rb +++ b/spec/factories/commentaire.rb @@ -1,4 +1,5 @@ FactoryGirl.define do factory :commentaire do + body 'plop' end end