spell check

This commit is contained in:
Kevin Marquette
2018-12-28 15:03:10 -08:00
parent 3b671a49fc
commit bbe311b1dc

View File

@@ -10,7 +10,7 @@ Describe "Function: Get-Chronometer" -Tag Build {
$results | Should Not BeNullOrEmpty $results | Should Not BeNullOrEmpty
} }
It "Executes a script with linenumbers and gives results" { It "Executes a script with line numbers and gives results" {
# Get-Chronometer -Path ScratchFiles\example.ps1 -Script {"Test"} # Get-Chronometer -Path ScratchFiles\example.ps1 -Script {"Test"}
$params = @{ $params = @{
Path = "$PSScriptRoot\..\ScratchFiles\example.ps1" Path = "$PSScriptRoot\..\ScratchFiles\example.ps1"