(POOLER-73) Add spec tests for vsphere_helper

Previously there were no spec tests to document the behaviour of the
vsphere_helper.  This commit adds the behavioural spec tests in prepration of
the refactoring work as part of POOLER-70, the connection pooling work in
POOLER-52 and various bugs found in vsphere_helper while these spec tests were
being created.
This commit is contained in:
Glenn Sarti 2017-03-05 21:10:19 -08:00
parent fd93c5bea8
commit bcaad0a15b
3 changed files with 2827 additions and 0 deletions

View file

@ -3,6 +3,7 @@ SimpleCov.start do
add_filter '/spec/'
end
require 'helpers'
require 'rbvmomi_helper'
require 'rbvmomi'
require 'rspec'
require 'vmpooler'