mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-26 02:58:42 -05:00
(MAINT) Remove more VsphereHelper references
And minor whitespace cleanup
This commit is contained in:
parent
ce92bfcf19
commit
3918427d66
1 changed files with 4 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue