Wording spelling mistake
This commit is contained in:
parent
ce4bdb4812
commit
0a060dbb53
3 changed files with 7 additions and 7 deletions
|
@ -362,7 +362,7 @@ describe Admin::ProceduresController, type: :controller do
|
|||
|
||||
it 'fails' do
|
||||
expect(response).to redirect_to :admin_procedures
|
||||
expect(flash[:alert]).to have_content 'Procédure inéxistante'
|
||||
expect(flash[:alert]).to have_content 'Procédure inexistante'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -406,7 +406,7 @@ describe Admin::ProceduresController, type: :controller do
|
|||
end
|
||||
|
||||
it { expect(response).to redirect_to :admin_procedures }
|
||||
it { expect(flash[:alert]).to have_content 'Procédure inéxistante' }
|
||||
it { expect(flash[:alert]).to have_content 'Procédure inexistante' }
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -437,7 +437,7 @@ describe Admin::ProceduresController, type: :controller do
|
|||
end
|
||||
|
||||
it { expect(response).to redirect_to :admin_procedures }
|
||||
it { expect(flash[:alert]).to have_content 'Procédure inéxistante' }
|
||||
it { expect(flash[:alert]).to have_content 'Procédure inexistante' }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue