Remove test, put check in begin block

This commit is contained in:
dfinke
2019-07-04 11:59:15 -04:00
parent 7faa27a3b3
commit 25fb76d9b7
2 changed files with 14 additions and 12 deletions

View File

@@ -19,10 +19,10 @@
$actual | Should Not Be $null
}
It "Should read with PSScriptRoot" {
$actual = Import-Excel -Path "$PSScriptRoot\$($script:xlfileName)"
$actual | Should Not Be $null
}
# It "Should read with PSScriptRoot" {
# $actual = Import-Excel -Path "$PSScriptRoot\$($script:xlfileName)"
# $actual | Should Not Be $null
# }
It "Should read with just a file name and resolve to cwd" {
$actual = Import-Excel -Path "$($script:xlfileName)"