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([])
|
||||
.to([dossier.id])
|
||||
end
|
||||
|
||||
it 'changes the state' do
|
||||
expect { batch_operation.track_processed_dossier(true, dossier) }
|
||||
.to change { dossier.state }
|
||||
.from('accepte')
|
||||
.to('archive')
|
||||
end
|
||||
end
|
||||
|
||||
context 'when it succeed after a failure' do
|
||||
|
|
Loading…
Reference in a new issue