Commit 72386004 authored by Nathan Ward's avatar Nathan Ward
Browse files

Mock with rspec

parent 6b75f8c4
Loading
Loading
Loading
Loading

.sync.yml

0 → 100644
+3 −0
Original line number Diff line number Diff line
---
spec/spec_helper.rb:
  mock_with: ":rspec"
+4 −0
Original line number Diff line number Diff line
# frozen_string_literal: true

RSpec.configure do |c|
  c.mock_with :rspec
end

require 'puppetlabs_spec_helper/module_spec_helper'
require 'rspec-puppet-facts'