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 6, 2020
1 parent f90695b commit afa3507
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
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 afa3507

Please sign in to comment.