We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pester 5 PoshSpec 228
When running the following test I get an error
TEST
Describe "sdsjdhs sddhsj sdhsdh shdjshd"{ File C:\workbook\Modules.txt { Should -Exist } }
ERROR sdsjdhs sddhsj sdhsdh shdjshd.File 'Modules.txt' Should -Exist 4ms (2ms|2ms) ParameterBindingValidationException: Cannot bind argument to parameter 'Command' because it is null. at , C:\Program Files\WindowsPowerShell\Modules\poshspec\2.2.8\Private\Invoke-PoshspecExpression.ps1:18 Tests completed in 40.55s Tests Passed: 0, Failed: 1, Skipped: 0 NotRun: 0
Appears to be an issue with in Invoke-PoshspecExpression
$InputObject.Expression appears to be null when executed by invoke-expression Invoke-Expression $InputObject.Expression
This seems to occur with all test function
Please Assist
The text was updated successfully, but these errors were encountered:
PS I really love this module hope we can get it working
Sorry, something went wrong.
No branches or pull requests
Pester 5
PoshSpec 228
When running the following test I get an error
TEST
Describe "sdsjdhs sddhsj sdhsdh shdjshd"{
File C:\workbook\Modules.txt { Should -Exist }
}
ERROR
sdsjdhs sddhsj sdhsdh shdjshd.File 'Modules.txt' Should -Exist 4ms (2ms|2ms)
ParameterBindingValidationException: Cannot bind argument to parameter 'Command' because it is null.
at , C:\Program Files\WindowsPowerShell\Modules\poshspec\2.2.8\Private\Invoke-PoshspecExpression.ps1:18
Tests completed in 40.55s
Tests Passed: 0, Failed: 1, Skipped: 0 NotRun: 0
Appears to be an issue with in Invoke-PoshspecExpression
$InputObject.Expression appears to be null when executed by invoke-expression
Invoke-Expression $InputObject.Expression
This seems to occur with all test function
Please Assist
The text was updated successfully, but these errors were encountered: