Skip to content

Commit ba4e04a

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Examples Should Work (adding docs) (re #461)
1 parent 5745974 commit ba4e04a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Tests/Examples/Aspect.ModuleExtensionCommand.examples.tests.ps1

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,5 @@ describe 'Aspect.ModuleExtensionCommand' {
33
it 'Aspect.ModuleExtensionCommand Example 1' {
44
Aspect.ModuleExtensionCommand -Module PipeScript | Should -BeOfType ([Management.Automation.CommandInfo])
55
}
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-
}
216
}
227

0 commit comments

Comments
 (0)