mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-26 02:58:42 -05:00
(BKR-1181) Separate Vcloud into its own library
This commit is contained in:
parent
cba871a5af
commit
f7273ae4f2
4 changed files with 1 additions and 320 deletions
|
|
@ -2,7 +2,6 @@ require 'simplecov'
|
|||
require 'rspec/its'
|
||||
require 'beaker'
|
||||
require 'beaker/hypervisor/vmpooler'
|
||||
require 'beaker/hypervisor/vcloud'
|
||||
|
||||
# setup & require beaker's spec_helper.rb
|
||||
beaker_gem_spec = Gem::Specification.find_by_name('beaker')
|
||||
|
|
@ -14,4 +13,4 @@ require File.join(beaker_spec_path, 'spec_helper.rb')
|
|||
RSpec.configure do |config|
|
||||
config.include TestFileHelpers
|
||||
config.include HostHelpers
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue