Enable the Layout/MultilineArrayBraceLayout cop

This commit is contained in:
gregoirenovel 2018-01-15 19:17:01 +01:00
parent 345b892956
commit 14c1747645
4 changed files with 8 additions and 4 deletions

View file

@ -162,7 +162,8 @@ feature 'The gestionnaire part' do
"suivi #{suivi}",
"traité #{traite}",
"tous les dossiers #{tous_les_dossiers}",
"archivé #{archive}"]
"archivé #{archive}"
]
texts.each { |text| expect(page).to have_text(text) }
end