@@ -21,40 +21,5 @@ describe 'Get-PipeScript' {
21
21
{ partial function f { } } |
22
22
PipeScript Import - PassThru | Should - BeOfType ([Management.Automation.PSModuleInfo ])
23
23
}
24
- it ' Get-PipeScript Example 6' {
25
- Aspect.ModuleExtensionCommand - Module PipeScript | Should - BeOfType ([Management.Automation.CommandInfo ])
26
- }
27
- it ' Get-PipeScript Example 7' {
28
- Aspect.ModuleCommandPattern - Module PipeScript | Should - BeOfType ([Regex ])
29
- }
30
- it ' Get-PipeScript Example 8' {
31
- # Outputs a PSObject with information about extension command types.
32
-
33
- # The two primary pieces of information are the `.Name` and `.Pattern`.
34
- Aspect.ModuleExtensionType - Module PipeScript | Should - BeOfType ([PSObject ])
35
- }
36
- it ' Get-PipeScript Example 9' {
37
- # Outputs a PSObject with information about extension command types.
38
-
39
- # The two primary pieces of information are the `.Name` and `.Pattern`.
40
- Aspect.ModuleExtensionType - Module PipeScript | Should - BeOfType ([PSObject ])
41
- }
42
- it ' Get-PipeScript Example 10' {
43
- Aspect.ModuleCommandPattern - Module PipeScript | Should - BeOfType ([Regex ])
44
- }
45
- it ' Get-PipeScript Example 11' {
46
- # Outputs a PSObject with information about extension command types.
47
-
48
- # The two primary pieces of information are the `.Name` and `.Pattern`.
49
- Aspect.ModuleExtensionType - Module PipeScript | Should - BeOfType ([PSObject ])
50
- }
51
- it ' Get-PipeScript Example 12' {
52
- Get-Command Get-Command |
53
- Aspect.DynamicParameter
54
- }
55
- it ' Get-PipeScript Example 13' {
56
- Get-Command Get-Process |
57
- Aspect.DynamicParameter - IncludeParameter Name | Select - Expand Keys | Should - Be Name
58
- }
59
24
}
60
25
0 commit comments