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: I0bf286c6f634a837dc5296e77b715384adbf997e
This commit is contained in:
Emilien Macchi
2016-01-22 09:50:43 -05:00
parent 2813212f51
commit c599cf4eed
2 changed files with 0 additions and 2 deletions

View File

@@ -14,7 +14,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 'puppet-openstack_spec_helper',
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
:require => false