Skip to content

Commit ffffb67

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

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,5 @@ describe 'Aspect.ModuleExtensionPattern' {
33
it 'Aspect.ModuleExtensionPattern Example 1' {
44
Aspect.ModuleCommandPattern -Module PipeScript | Should -BeOfType ([Regex])
55
}
6-
it 'Aspect.ModuleExtensionPattern Example 2' {
7-
# Outputs a PSObject with information about extension command types.
8-
9-
# The two primary pieces of information are the `.Name` and `.Pattern`.
10-
Aspect.ModuleExtensionType -Module PipeScript | Should -BeOfType ([PSObject])
11-
}
126
}
137

0 commit comments

Comments
 (0)