Delete test because it didn't have an expectation
and dipatch is also called in the following test #6192
This commit is contained in:
parent
62b375bb8e
commit
f52260ec68
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue