diff --git a/tests/PATH.Tests.ps1 b/tests/PATH.Tests.ps1 index 5000579..30f0c97 100644 --- a/tests/PATH.Tests.ps1 +++ b/tests/PATH.Tests.ps1 @@ -1,13 +1,4 @@ -[CmdletBinding()] -Param( - # Path to the module to test. - [Parameter()] - [string] $Path -) - -Write-Verbose "Path to the module: [$Path]" -Verbose - -Describe 'PATH' { +Describe 'PATH' { Context 'Function: Get-EnvironemntPath' { Context 'CurrentUser' { It 'Should not throw' {