diff --git a/src/Pester.RSpec.ps1 b/src/Pester.RSpec.ps1 index f21f1a0b8..f42a14724 100644 --- a/src/Pester.RSpec.ps1 +++ b/src/Pester.RSpec.ps1 @@ -329,7 +329,7 @@ function New-PesterConfiguration { ExcludeTag: Tags of Describe, Context or It to be excluded from the run. Default value: @() - Line: Filter by file and scriptblock start line, useful to run parsed tests programmatically to avoid problems with expanded names. Example: 'C:\tests\file1.Tests.ps1:37' + Line: Filter by file and scriptblock start line, useful to run parsed tests programmatically to avoid problems with expanded names. Explicit filter that overrides -Skip. Example: 'C:\tests\file1.Tests.ps1:37' Default value: @() ExcludeLine: Exclude by file and scriptblock start line, takes precedence over Line.