mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-29 14:43:26 +00:00
quote it
This commit is contained in:
@@ -6,7 +6,8 @@ Describe "test" {
|
||||
}
|
||||
|
||||
It "$PSScriptRoot\Simple.xlsx should exist" {
|
||||
Test-Path $PSScriptRoot\Simple.xlsx | Should Be $true
|
||||
Test-Path "$PSScriptRoot\Simple.xlsx" | Should Be $true
|
||||
#$PSScriptRoot\Simple.xlsx | should be "C:\projects\importexcel\UnitTests\ImportExcelTests\Simple.xlsx"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user