Delete test because it didn't have an expectation

and dipatch is also called in the following test
#6192
This commit is contained in:
zaziemo 2015-07-14 19:10:05 +02:00 committed by Dennis Schubert
parent 62b375bb8e
commit f52260ec68

View file

@ -41,10 +41,6 @@ describe AccountDeletion, :type => :model do
end end
describe '#dispatch' do describe '#dispatch' do
it "sends the account deletion xml" do
ad_new.dispatch
end
it 'creates a public postzord' do it 'creates a public postzord' do
expect(Postzord::Dispatcher::Public).to receive(:new).and_return(double.as_null_object) expect(Postzord::Dispatcher::Public).to receive(:new).and_return(double.as_null_object)
ad_new.dispatch ad_new.dispatch