Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Jan 14, 2024
1 parent 1997ae4 commit 3434ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/test-exercises.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Function Test-Run() {
$specFile = "$Name/$(jq -r '.files.test[0]' $Name/.meta/config.json)"
Copy-Item -Path $specFile -Destination "$tempFolderPath/spec/spec.cr"
(Get-Content -Path "$tempFolderPath/spec/spec.cr") -replace "pending", "it" | Set-Content -Path "$tempFolderPath/spec/spec.cr"
crystal spec "$tempFolderPath/spec/spec.cr"
$absolutePath = Convert-Path -Path $tempFolderPath
crystal spec "$absolutePath/spec/spec.cr"
}


Expand Down

0 comments on commit 3434ba1

Please sign in to comment.