Skip to content

Commit

Permalink
Configure pdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ssm committed Jan 21, 2020
1 parent eaa49d8 commit fe8cdd1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
spec/spec_helper.rb:
mock_with: ':rspec'
Rakefile:
extras:
- |
Blacksmith::RakeTask.new do |t|
t.tag_pattern = "%s"
t.tag_message_pattern = "Release ssm-nifi %s"
t.tag_sign = true
end
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,9 @@ EOM
end
end

Blacksmith::RakeTask.new do |t|
t.tag_pattern = "%s"
t.tag_message_pattern = "Release ssm-nifi %s"
t.tag_sign = true
end

4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
RSpec.configure do |c|
c.mock_with :rspec
end

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

Expand Down

0 comments on commit fe8cdd1

Please sign in to comment.