Adds a new mechanism to load providers from any gem or file path.

* Adds ability to load only providers used in config file
This commit is contained in:
Corey Osman 2018-06-11 17:02:56 -07:00
parent 10bf6c8816
commit 66324f9c33
13 changed files with 319 additions and 14 deletions

View file

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