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: Id8a2ab10329c05af5b766e2a441a744ced073671
This commit is contained in:
Emilien Macchi 2016-01-22 09:52:27 -05:00
parent dc45bc4a23
commit 8a3b54955f
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ Gemfile:
- gem: puppet-lint-variable_contains_upcase
- gem: puppet-lint-numericvariable
- gem: json
- gem: webmock
- gem: 'puppet-openstack_spec_helper'
git: 'https://git.openstack.org/openstack/puppet-openstack_spec_helper'
':system_tests':

View File

@ -1,6 +1,5 @@
require 'puppetlabs_spec_helper/module_spec_helper'
require 'shared_examples'
require 'webmock/rspec'
require 'puppet-openstack_spec_helper/defaults'
require 'rspec-puppet-facts'