Remove this test because no Notification should be created when gestionnaire is sending a file on messagerie
This commit is contained in:
parent
fa95c312ff
commit
2db1d93a84
1 changed files with 0 additions and 4 deletions
|
@ -73,10 +73,6 @@ describe Backoffice::CommentairesController, type: :controller do
|
|||
subject
|
||||
end
|
||||
|
||||
it 'Internal notification is created' do
|
||||
expect { subject }.to change(Notification, :count).by (1)
|
||||
end
|
||||
|
||||
describe 'commentaire created' do
|
||||
let(:commentaire) { Commentaire.last }
|
||||
|
||||
|
|
Loading…
Reference in a new issue