Fix test
Change name gestionnaire to accompagnateur on admin ui
This commit is contained in:
parent
c3410c104b
commit
0e1dac7d19
3 changed files with 3 additions and 2 deletions
|
@ -22,4 +22,4 @@
|
|||
|
||||
- else
|
||||
%h4.center
|
||||
Aucun gestionnaire
|
||||
Aucun accompagnateur
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%h1 Gestion des gestionnaires
|
||||
%h1 Gestion des accompagnateurs
|
||||
%br
|
||||
|
||||
.row
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
FactoryGirl.define do
|
||||
factory :commentaire do
|
||||
body 'plop'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue