Linting mostly

This commit is contained in:
jhoneill
2019-11-20 19:07:22 +00:00
parent 2e0cd4f97d
commit aaf18b4d9a

View File

@@ -1,10 +0,0 @@
Describe "ImportExcel File List" {
It "All files should exist".PadRight(90) {
$fileList = Get-Content "$PSScriptRoot\..\filelist.txt"
foreach ($file in $fileList) {
$targetFile = "$PSScriptRoot\..\$file"
Test-Path $targetFile | Should Be $true
}
}
}