fix(spec): broken
This commit is contained in:
parent
f83c565297
commit
554141bb67
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ describe Administrateurs::ExpertsProceduresController, type: :controller do
|
|||
render_views
|
||||
it 'warns' do
|
||||
expect(flash.alert).to be_present
|
||||
expect(assigns(:maybe_typo)).to eq(['martin@oraneg.fr'])
|
||||
expect(assigns(:maybe_typo)).to eq([['martin@oraneg.fr', 'martin@orange.fr']])
|
||||
expect(response).to have_http_status(:success)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue