drop mock dependency

mock is not used anywhere in the module, let's drop it.
This patch will help to hit this bug:
https://launchpad.net/bugs/1492636

Change-Id: I83b468e97eabfac5bb98093c2461ff0645720a90
This commit is contained in:
Emilien Macchi 2016-01-22 09:58:05 -05:00
parent 20997774ba
commit 0c836047f5
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ group :development, :test do
gem 'puppet-lint-variable_contains_upcase', :require => 'false'
gem 'puppet-lint-numericvariable', :require => 'false'
gem 'json', :require => 'false'
gem 'webmock', :require => 'false'
gem 'netaddr', :require => 'false'
end