Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Fun
0.1
Fun.tests.ps1
describe
Fun
{
it
'Is Fun To Make a Server'
{
function
/
{
"Hello from Fun"
}
Invoke-RestMethod
(
Start-Fun
|
Select-Object
-ExpandProperty
Name
)
|
Should
-Be
"Hello from Fun"
}
}