This commit is contained in:
dfinke
2018-05-27 13:21:05 -04:00
parent 0266aab415
commit cd9a5c0122

View File

@@ -6,7 +6,8 @@ Describe "test" {
} }
It "$PSScriptRoot\Simple.xlsx should exist" { It "$PSScriptRoot\Simple.xlsx should exist" {
Test-Path "$PSScriptRoot\Simple.xlsx" | Should Be $true ((ls "$PSScriptRoot\Simple.xlsx") -eq $null) | should be $false
# Test-Path "$PSScriptRoot\Simple.xlsx" | Should Be $true
#$PSScriptRoot\Simple.xlsx | should be "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx" #$PSScriptRoot\Simple.xlsx | should be "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx"
} }
} }