Skip to content

Commit 0994ea6

Browse files
committed
Forget raise test
1 parent 8b854f1 commit 0994ea6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

spec/vagrant-cloudstack/action/run_instance_spec.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -360,17 +360,6 @@
360360
end
361361
end
362362

363-
context 'server job_id == nil raises error' do
364-
before(:each) do
365-
allow(cloudstack_compute).to receive(:query_async_job_result).with(jobid: JOB_ID).and_return(nil)
366-
end
367-
368-
it 'starts a vm' do
369-
should raise_error
370-
end
371-
end
372-
end
373-
374363
context 'in advanced zone' do
375364
let(:pf_ip_address) { nil }
376365
let(:pf_trusted_networks) { nil }

0 commit comments

Comments
 (0)