This commit is contained in:
dfinke
2018-05-27 13:30:17 -04:00
parent db98f8482d
commit 817ed117a8

View File

@@ -8,7 +8,8 @@ Describe "test" {
It "$PSScriptRoot\Simple.xlsx should exist" {
# "$PSScriptRoot\Simple.xlsx" | should be "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx"
(Test-Path "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx") | should be $true
# (Test-Path "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx") | should be $true
(Test-Path "C:\projects\importexcel\UnitTests\ImportExcelTests") | should be $true
# "$pwd\Simple.xlsx" | should be "C:\Users\Douglas\Documents\GitHub\ImportExcel\UnitTests\ImportExcelTests\Simple.xlsx"
# ((ls "$pwd\Simple.xlsx") -eq $null) | should be $false