(BKR-1181) Separate Vcloud into its own library

This commit is contained in:
Rishi Javia 2017-08-04 11:35:17 -07:00 committed by Kevin Imber
parent cba871a5af
commit f7273ae4f2
4 changed files with 1 additions and 320 deletions

View file

@ -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