mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
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.
11 lines
203 B
Ruby
11 lines
203 B
Ruby
require 'simplecov'
|
|
SimpleCov.start do
|
|
add_filter '/spec/'
|
|
end
|
|
require 'helpers'
|
|
require 'rbvmomi_helper'
|
|
require 'rbvmomi'
|
|
require 'rspec'
|
|
require 'vmpooler'
|
|
require 'redis'
|
|
require 'vmpooler/statsd'
|