mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(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:
parent
fd93c5bea8
commit
bcaad0a15b
3 changed files with 2827 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ SimpleCov.start do
|
|||
add_filter '/spec/'
|
||||
end
|
||||
require 'helpers'
|
||||
require 'rbvmomi_helper'
|
||||
require 'rbvmomi'
|
||||
require 'rspec'
|
||||
require 'vmpooler'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue