Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Updated to use latest Pester
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Muc committed Apr 2, 2011
1 parent 143f52b commit cf331d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Functions/Validator-Functions.Tests.ps1
@@ -1,6 +1,6 @@
$pwd = Split-Path -Parent $MyInvocation.MyCommand.Path
. "$pwd\Validator-Functions.ps1"
. "$pwd\..\Pester\Source\Pester.ps1"
. "$pwd\..\Pester\Pester.ps1"

Describe "Detect-Tab" {

Expand Down
2 changes: 1 addition & 1 deletion Functions/YamlDotNet-Integration.Tests.ps1
@@ -1,6 +1,6 @@
$pwd = Split-Path -Parent $MyInvocation.MyCommand.Path
. "$pwd\YamlDotNet-Integration.ps1"
. "$pwd\..\Pester\Source\Pester.ps1"
. "$pwd\..\Pester\Pester.ps1"

Describe "Convert-YamlScalarNodeToValue" {

Expand Down
2 changes: 1 addition & 1 deletion Pester
2 changes: 1 addition & 1 deletion PowerYaml.Tests.ps1
@@ -1,5 +1,5 @@
Import-Module .\PowerYaml.psm1
. ..\Pester\Source\Pester.ps1
. ..\Pester\Pester.ps1

Describe "PowerYaml API (Get-Yaml)" {

Expand Down

0 comments on commit cf331d9

Please sign in to comment.