mirror of
https://github.com/Xevion/exercism.git
synced 2026-01-31 20:24:08 -06:00
PowerShell - hello-world
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
BeforeAll {
|
||||
. ".\HelloWorld.ps1"
|
||||
}
|
||||
|
||||
Describe "HelloWorldTest" {
|
||||
It "Outputs: 'Hello, World!'" {
|
||||
Get-HelloWorld | Should -Be 'Hello, World!'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user