Sha256: 1d32963f6cf0a149897664fb7b24662eaa697c9253845147ca7b3a9628dc9678

Contents?: true

Size: 429 Bytes

Versions: 360

Compression:

Stored size: 429 Bytes

Contents

$here = Split-Path -Parent $MyInvocation.MyCommand.Path
$sut = (Split-Path -Leaf $MyInvocation.MyCommand.Path) -replace '\.Tests\.', '.'
. "$here\$sut"

Describe "HelloWorldTest" {
	It "outputs 'Hello World!'" {
		HelloWorld | Should be 'Hello World!'
	}

	It "outputs Hello Alice!" {
		HelloWorld('Alice') | Should be 'Hello Alice!'
	}

	It "outpus Hello Bob!" {
		HelloWorld('Bob') | Should be 'Hello Bob!'
	}
}

Version data entries

360 entries across 360 versions & 1 rubygems

Version Path
trackler-2.0.0.9 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.0.0.8 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.0.0.7 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.0.0.6 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.0.0.5 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.0.0.4 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.0.0.3 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.0.0.2 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.0.0.1 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.0.0.0 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-1.0.4.1 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-1.0.4.0 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-1.0.3.0 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-1.0.2.1 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-1.0.2.0 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-1.0.1.2 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-1.0.1.1 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-1.0.1.0 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-1.0.0.1 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-1.0.0 tracks/powershell/exercises/hello-world/hello-world.tests.ps1