Delete External-Help.Tests.ps1

This commit is contained in:
Wes Carroll
2019-03-29 19:27:09 -04:00
parent f4c4c3982d
commit 2328e7f868
-10
View File
@@ -1,10 +0,0 @@
$filePath = (Split-Path -Parent $MyInvocation.MyCommand.Path) -replace 'Tests', 'ZertoApiWrapper'
$publicFiles = Get-ChildItem "$filePath" -File
describe "External Help Present" {
foreach ($file in $publicFiles) {
it "External Help File Defined" {
Get-Content -Path $file.fullName -First 1 | should be "<# .ExternalHelp ./en-us/ZertoApiWrapper-help.xml #>"
}
}
}