Update instructeur factory

This commit is contained in:
simon lehericey 2019-08-08 16:55:51 +02:00
parent 47b7dc368b
commit 65a53909e1
8 changed files with 33 additions and 13 deletions

View file

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