mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Adds a new mechanism to load providers from any gem or file path. (#263)
* Adds ability to load only providers used in config file
This commit is contained in:
parent
0a769b8901
commit
2daa5244b8
13 changed files with 316 additions and 15 deletions
2
Gemfile
2
Gemfile
|
|
@ -18,6 +18,8 @@ end
|
|||
|
||||
# Test deps
|
||||
group :test do
|
||||
# required in order for the providers auto detect mechanism to work
|
||||
gem 'vmpooler', path: './'
|
||||
gem 'mock_redis', '>= 0.17.0'
|
||||
gem 'rack-test', '>= 0.6'
|
||||
gem 'rspec', '>= 3.2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue