Skip to content

Commit

Permalink
Attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Jan 14, 2024
1 parent 3434ba1 commit b6b8cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/test-exercises.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +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"
$absolutePath = Convert-Path -Path $tempFolderPath
crystal spec "$absolutePath/spec/spec.cr"
$absolutFolderPath = $tempFolderPath[2..($tempFolderPath.Length - 1)]
crystal spec "$absolutFolderPath/spec/spec.cr"
}


Expand Down

0 comments on commit b6b8cd4

Please sign in to comment.