Tests/Examples/PipeScript.Automatic.Variable.MyCaller.examples.tests.ps1
describe 'PipeScript.Automatic.Variable.MyCaller' { it 'PipeScript.Automatic.Variable.MyCaller Example 1' { Invoke-PipeScript { $myCaller } } } |