removing commit
This commit is contained in:
parent
a186934c55
commit
2b079b2cb9
@ -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!'
|
||||
}
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
function Get-HelloWorld{
|
||||
'HelloWorld!'
|
||||
}
|
Loading…
Reference in New Issue
Block a user