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: Id9e7a4a2e7e01f4e5d44da516220b9b3162f6fc7
(cherry picked from commit ab2337f2bd)
This commit is contained in:
Emilien Macchi 2016-01-22 09:57:05 -05:00
parent b689f85d4f
commit 9dbbbe3f40
2 changed files with 0 additions and 2 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'
end
group :system_tests do

View File

@ -1,6 +1,5 @@
require 'puppetlabs_spec_helper/module_spec_helper'
require 'shared_examples'
require 'webmock/rspec'
RSpec.configure do |c|
c.alias_it_should_behave_like_to :it_configures, 'configures'