Remove test focus that shouldn't have been committed in 48cb623

This commit is contained in:
Frederic Merizen 2017-12-22 16:42:21 +01:00
parent df8bc786e6
commit 888c25fa34
2 changed files with 2 additions and 2 deletions

View file

@ -350,7 +350,7 @@ describe Backoffice::DossiersController, type: :controller do
end
end
context 'when the attestation template uses the motivation field', focus: true do
context 'when the attestation template uses the motivation field' do
let(:emailable) { false }
let(:template) { create(:attestation_template) }
let(:procedure) { create(:procedure, :published, attestation_template: template, gestionnaires: [gestionnaire]) }

View file

@ -224,7 +224,7 @@ describe NewGestionnaire::DossiersController, type: :controller do
end
end
context 'when the attestation template uses the motivation field', focus: true do
context 'when the attestation template uses the motivation field' do
let(:emailable) { false }
let(:template) { create(:attestation_template) }
let(:procedure) { create(:procedure, :published, attestation_template: template, gestionnaires: [gestionnaire]) }