diff --git a/lib/voxpupuli/test/spec_helper.rb b/lib/voxpupuli/test/spec_helper.rb index 4e806fc..68b030a 100644 --- a/lib/voxpupuli/test/spec_helper.rb +++ b/lib/voxpupuli/test/spec_helper.rb @@ -1,12 +1,3 @@ -RSpec.configure do |config| - # puppetlabs_spec_helper defaults to mocha but emits a deprecation warning - # Vox Pupuli prefers rspec to avoid the deprecation warning unless explicitly - # set - if config.instance_variable_get(:@mock_framework).nil? - config.mock_with :rspec - end -end - require 'voxpupuli/test/facts' require 'puppetlabs_spec_helper/module_spec_helper'