Service: add organisme, email, tel, horaires, adresse
This commit is contained in:
parent
0be21395ac
commit
39bb56d1d9
8 changed files with 66 additions and 2 deletions
|
@ -4,7 +4,12 @@ describe Service, type: :model do
|
|||
let(:params) do
|
||||
{
|
||||
nom: 'service des jardins',
|
||||
organisme: 'mairie des iles',
|
||||
type_organisme: 'commune',
|
||||
email: 'super@email.com',
|
||||
telephone: '1212202',
|
||||
horaires: 'du lundi au vendredi',
|
||||
adresse: '12 rue des schtroumpfs',
|
||||
administrateur_id: administrateur.id
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue