diff --git a/Functions/Gherkin.Core.ps1 b/Functions/Gherkin.Core.ps1 index 1e60c4645..d70bbce20 100644 --- a/Functions/Gherkin.Core.ps1 +++ b/Functions/Gherkin.Core.ps1 @@ -241,6 +241,8 @@ function Invoke-Gherkin { .LINK Invoke-Pester + + .LINK https://kevinmarquette.github.io/2017-03-17-Powershell-Gherkin-specification-validation/ .LINK diff --git a/Functions/TestDrive.ps1 b/Functions/TestDrive.ps1 index 0afa33c95..bcdf437fb 100644 --- a/Functions/TestDrive.ps1 +++ b/Functions/TestDrive.ps1 @@ -156,6 +156,9 @@ function Setup { <# .SYNOPSIS This command is included in the Pester Mocking framework for backwards compatibility. You do not need to call it directly. + + .DESCRIPTION + This command is included in the Pester Mocking framework for backwards compatibility. You do not need to call it directly. #> param( [switch]$Dir,