Merge pull request #1156 from sgmap/fix-focus

Remove test focus that shouldn't have been committed in 48cb623
This commit is contained in:
gregoirenovel 2017-12-22 16:54:14 +01:00 committed by GitHub
commit 04e89da2f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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]) }