Remove this test because no Notification should be created when gestionnaire is sending a file on messagerie

This commit is contained in:
Mathieu Magnin 2017-11-08 18:44:18 +01:00
parent fa95c312ff
commit 2db1d93a84

View file

@ -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 }