Skip to content

Commit 5745974

Browse files
author
James Brundage
committed
Updating Examples Should Work (adding docs) (re #461)
1 parent 95926a8 commit 5745974

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Build/PipeScript.ExamplesShouldWork.build.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<#
2+
.SYNOPSIS
3+
Ensures Examples Work
4+
.DESCRIPTION
5+
Ensures Examples work by turning each example into a test.
6+
7+
Including a comment followed by 'should' will turn specific lines of the test into Pester should statements.
8+
#>
19
param(
210
$ModuleName = 'PipeScript'
311
)

0 commit comments

Comments
 (0)