[#2604] Clean up GestionnaireSpec
This commit is contained in:
parent
eab8da43fc
commit
85f698bc71
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ describe Gestionnaire, type: :model do
|
||||||
context 'with default presentation' do
|
context 'with default presentation' do
|
||||||
let(:procedure_id) { procedure_2.id }
|
let(:procedure_id) { procedure_2.id }
|
||||||
|
|
||||||
it { expect(procedure_presentation.persisted?).to be_falsey }
|
it { expect(procedure_presentation).not_to be_persisted }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue