removing commit

This commit is contained in:
Zachary Folwick 2015-07-15 11:40:03 -07:00
parent a186934c55
commit 2b079b2cb9
2 changed files with 0 additions and 12 deletions

View file

@ -1,9 +0,0 @@
$here = Split-Path -Parent $MyInvocation.MyCommand.Path
$sut = (Split-Path -Leaf $MyInvocation.MyCommand.Path).Replace(".Tests.", ".")
. "$here\$sut"
Describe "Get-HelloWorld" {
It "outputs 'HelloWorld!'" {
Get-HelloWorld | Should Be 'HelloWorld!'
}
}

View file

@ -1,3 +0,0 @@
function Get-HelloWorld{
'HelloWorld!'
}