diff --git a/src/pester-tests/test-Add-Member.Tests.ps1 b/src/pester-tests/Test-Add-Member.Tests.ps1 similarity index 82% rename from src/pester-tests/test-Add-Member.Tests.ps1 rename to src/pester-tests/Test-Add-Member.Tests.ps1 index 50abc096c..c3b329896 100644 --- a/src/pester-tests/test-Add-Member.Tests.ps1 +++ b/src/pester-tests/Test-Add-Member.Tests.ps1 @@ -1,7 +1,3 @@ -$here = Split-Path -Parent $MyInvocation.MyCommand.Path -$sut = (Split-Path -Leaf $MyInvocation.MyCommand.Path).Replace(".Tests.", ".") -. "$here/$sut" - Describe "test-Add-Member" { It "should be able to see a newly added member of an object" { @@ -20,4 +16,4 @@ Describe "test-Add-Member" { $o.AnotherMember | Should Not BeNullOrEmpty $o.AnotherMember | Should Be "AnotherValue" } -} +}