Skip to content

Commit 0685795

Browse files
committed
removing outdated files
1 parent 716ae76 commit 0685795

5 files changed

Lines changed: 0 additions & 317 deletions

File tree

tests/appveyor.pester.ps1

Lines changed: 0 additions & 263 deletions
This file was deleted.

tests/appveyor.post.ps1

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/pester.groups.ps1

Lines changed: 0 additions & 29 deletions
This file was deleted.

tests/pester.prep.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Write-Host -ForegroundColor Cyan "Installing modules for Powershell $($PSVersion
33
Write-Host -Object "pester.prep: Install Pester" -ForegroundColor DarkGreen
44
Uninstall-Module -Name Pester -Force -AllVersions -ErrorAction SilentlyContinue | Out-Null
55
Install-Module -Name Pester -Repository PSGallery -Force -Scope CurrentUser -MinimumVersion 5.0 | Out-Null
6-
Write-Host -Object "pester.prep: Install Assert" -ForegroundColor DarkGreen
7-
Install-Module -Name Assert -Repository PSGallery -Force -Scope CurrentUser | Out-Null
86
Write-Host -Object "pester.prep: Install PSFramework" -ForegroundColor DarkGreen
97
Install-Module -Name PSFramework -Repository PSGallery -Force -Scope CurrentUser | Out-Null
108
Write-Host -Object "pester.prep: Install ziphelper" -ForegroundColor DarkGreen

tests/referenced.pester.ps1

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)