Skip to content

Commit

Permalink
pdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
faxm0dem committed Mar 2, 2020
1 parent 3844897 commit 69aa92d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
spec/spec_helper.rb:
mock_with: ':rspec'
coverage_report: true
minimum_code_coverage_percentage: 66
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# frozen_string_literal: true

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

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

Expand Down Expand Up @@ -41,6 +45,7 @@
end
c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT']
c.after(:suite) do
RSpec::Puppet::Coverage.report!(66)
end
end

Expand Down

0 comments on commit 69aa92d

Please sign in to comment.