From f52260ec687a2a7ba1f242637e576decbefe6d2a Mon Sep 17 00:00:00 2001 From: zaziemo Date: Tue, 14 Jul 2015 19:10:05 +0200 Subject: [PATCH] Delete test because it didn't have an expectation and dipatch is also called in the following test #6192 --- spec/models/account_deletion_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/models/account_deletion_spec.rb b/spec/models/account_deletion_spec.rb index 1424a731b..ad528bcc2 100644 --- a/spec/models/account_deletion_spec.rb +++ b/spec/models/account_deletion_spec.rb @@ -41,10 +41,6 @@ describe AccountDeletion, :type => :model do end describe '#dispatch' do - it "sends the account deletion xml" do - ad_new.dispatch - end - it 'creates a public postzord' do expect(Postzord::Dispatcher::Public).to receive(:new).and_return(double.as_null_object) ad_new.dispatch