Skip to content

Commit 5165021

Browse files
authored
Merge pull request #644 from voxpupuli/modulesync
modulesync 5.3.0
2 parents b7236a8 + 54ecdda commit 5165021

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ begin
5252
config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file.\nEach new release typically also includes the latest modulesync defaults.\nThese should not affect the functionality of the module."
5353
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync skip-changelog}
5454
config.user = 'voxpupuli'
55-
config.project = metadata.metadata['name']
55+
config.project = 'puppet-python'
5656
end
5757

5858
# Workaround for https://github.com/github-changelog-generator/github-changelog-generator/issues/715

spec/spec_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
require 'voxpupuli/test/spec_helper'
1111

12+
add_mocked_facts!
13+
1214
if File.exist?(File.join(__dir__, 'default_module_facts.yml'))
1315
facts = YAML.safe_load(File.read(File.join(__dir__, 'default_module_facts.yml')))
1416
facts&.each do |name, value|

0 commit comments

Comments
 (0)