Fix some tests

This commit is contained in:
Xavier J 2016-12-27 15:50:45 +01:00
parent fb737df463
commit e7b7652388
6 changed files with 5 additions and 6 deletions

View file

@ -29,6 +29,6 @@ describe 'admin/gestionnaires/index.html.haml', type: :view do
array: true))
render
end
it { expect(rendered).to match(/plop\d+@plop.com/) }
it { expect(rendered).to match(/gest\d+@plop.com/) }
end
end