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.2.1.123 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.122 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.121 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.120 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.119 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.118 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.117 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.116 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.115 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.114 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.113 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.111 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.110 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.109 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.108 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.107 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.106 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.105 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.104 tracks/powershell/exercises/hello-world/hello-world.tests.ps1
trackler-2.2.1.103 tracks/powershell/exercises/hello-world/hello-world.tests.ps1