Skip to content

Commit

Permalink
Don't export the function Invoke-GherkinStep (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
it-praktyk authored and nohwnd committed Nov 21, 2017
1 parent c4c5073 commit 39bc23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pester.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1155,5 +1155,5 @@ Throw "This command has been renamed to 'Assert-VerifiableMock' (without the 's'
& $script:SafeCommands['Export-ModuleMember'] BeforeEach, AfterEach, BeforeAll, AfterAll
& $script:SafeCommands['Export-ModuleMember'] Get-MockDynamicParameter, Set-DynamicParameterVariable
& $script:SafeCommands['Export-ModuleMember'] SafeGetCommand, New-PesterOption
& $script:SafeCommands['Export-ModuleMember'] Invoke-Gherkin, Invoke-GherkinStep, Find-GherkinStep, BeforeEachFeature, BeforeEachScenario, AfterEachFeature, AfterEachScenario, GherkinStep -Alias Given, When, Then, And, But
& $script:SafeCommands['Export-ModuleMember'] Invoke-Gherkin, Find-GherkinStep, BeforeEachFeature, BeforeEachScenario, AfterEachFeature, AfterEachScenario, GherkinStep -Alias Given, When, Then, And, But
& $script:SafeCommands['Export-ModuleMember'] New-MockObject, Add-AssertionOperator

0 comments on commit 39bc23d

Please sign in to comment.