File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,5 @@ describe 'Aspect.ModuleExtensionCommand' {
3
3
it ' Aspect.ModuleExtensionCommand Example 1' {
4
4
Aspect.ModuleExtensionCommand - Module PipeScript | Should - BeOfType ([Management.Automation.CommandInfo ])
5
5
}
6
- it ' Aspect.ModuleExtensionCommand Example 2' {
7
- Aspect.ModuleCommandPattern - Module PipeScript | Should - BeOfType ([Regex ])
8
- }
9
- it ' Aspect.ModuleExtensionCommand Example 3' {
10
- # Outputs a PSObject with information about extension command types.
11
-
12
- # The two primary pieces of information are the `.Name` and `.Pattern`.
13
- Aspect.ModuleExtensionType - Module PipeScript | Should - BeOfType ([PSObject ])
14
- }
15
- it ' Aspect.ModuleExtensionCommand Example 4' {
16
- # Outputs a PSObject with information about extension command types.
17
-
18
- # The two primary pieces of information are the `.Name` and `.Pattern`.
19
- Aspect.ModuleExtensionType - Module PipeScript | Should - BeOfType ([PSObject ])
20
- }
21
6
}
22
7
You can’t perform that action at this time.
0 commit comments