remove redundant and failing test
This commit is contained in:
parent
eea42aad6b
commit
39a9660df6
1 changed files with 0 additions and 7 deletions
|
@ -60,13 +60,6 @@ describe BatchOperation, type: :model do
|
||||||
.from([])
|
.from([])
|
||||||
.to([dossier.id])
|
.to([dossier.id])
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'changes the state' do
|
|
||||||
expect { batch_operation.track_processed_dossier(true, dossier) }
|
|
||||||
.to change { dossier.state }
|
|
||||||
.from('accepte')
|
|
||||||
.to('archive')
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when it succeed after a failure' do
|
context 'when it succeed after a failure' do
|
||||||
|
|
Loading…
Add table
Reference in a new issue