Enable the Layout/FirstArrayElementLineBreak cop
This commit is contained in:
parent
8f08e2fdf9
commit
08ed400ec2
17 changed files with 201 additions and 149 deletions
|
@ -148,8 +148,10 @@ describe AttestationTemplate, type: :model do
|
|||
|
||||
context 'when the procedure has a type de champ named libelleA et libelleB' do
|
||||
let(:types_de_champ) do
|
||||
[create(:type_de_champ_public, libelle: 'libelleA'),
|
||||
create(:type_de_champ_public, libelle: 'libelleB')]
|
||||
[
|
||||
create(:type_de_champ_public, libelle: 'libelleA'),
|
||||
create(:type_de_champ_public, libelle: 'libelleB')
|
||||
]
|
||||
end
|
||||
|
||||
context 'and the are used in the template title and body' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue