diff --git a/tests/Module.Tests.ps1 b/tests/Module.Tests.ps1 index 94922c8..86f8dc0 100644 --- a/tests/Module.Tests.ps1 +++ b/tests/Module.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 'Module' { +Describe 'Module' { Context "Function: 'Test-PSModuleTemplate'" { It 'Should be able to call the function' { Test-PSModuleTemplate -Name 'World' | Should -Be 'Hello, World!'