Skip to content

Commit

Permalink
Don't need to test for missing cached vms
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Jan 24, 2020
1 parent 3b33791 commit 08d897d
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -173,13 +173,6 @@
expect(@vm_prov.destination).to receive(:start).once
@vm_prov.signal :autostart_destination
end

it "autostart_destination with MiqVimResourceNotFound" do
@vm_prov.options[:vm_auto_start] = true
allow(@vm_prov.destination).to receive(:start).and_raise(MiqException::MiqVimResourceNotFound)
expect(@vm_prov.destination).to receive(:start).twice
@vm_prov.signal :autostart_destination
end
end

context "#dest_folder" do
Expand Down

0 comments on commit 08d897d

Please sign in to comment.