Skip to content

Commit

Permalink
(CAT-1322) - Spec/Acceptance Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Sep 12, 2023
1 parent 3f13b62 commit fbbb580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Puppet.Dsc/functions/New-PuppetDscModule.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Describe 'New-PuppetDscModule' -Tag 'Unit' {
}
Mock Test-Path { $true }
Mock Out-Utf8File {}
Mock Invoke-BundleInstall {}
Mock Add-PuppetReferenceDocumentation {}
Mock Get-Item {}

Expand Down
1 change: 1 addition & 0 deletions src/Puppet.Dsc/functions/New-PuppetDscModule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ Function New-PuppetDscModule {
}
Out-Utf8File -Path $PuppetProviderFilePath -InputObject $Resource.Provider
}
Invoke-BundleInstall -PuppetModuleFolderPath $PuppetModuleRootFolderDirectory -Verbose

# Generate REFERENCE.md file for the Puppet module from the auto-generated types for each DSC resource
Write-PSFMessage -Message 'Writing the reference documentation for the Puppet module'
Expand Down

0 comments on commit fbbb580

Please sign in to comment.