(MAINT) Remove more VsphereHelper references

And minor whitespace cleanup
This commit is contained in:
Dakota Schneider 2018-06-21 13:17:46 -07:00
parent ce92bfcf19
commit 3918427d66

View file

@ -159,10 +159,6 @@ module Beaker
describe Vmpooler do
before :each do
vms = make_hosts()
MockVsphereHelper.set_config( fog_file_contents )
MockVsphereHelper.set_vms( vms )
stub_const( "VsphereHelper", MockVsphereHelper )
stub_const( "Net", MockNet )
allow( JSON ).to receive( :parse ) do |arg|
arg