PoshCode / PSGit

A PowerShell implementation of Git, mapping git commands to Verb-Noun and objects.
105 stars 15 forks source link

Update Pester and rewrite Status.Steps #42

Closed Jaykul closed 9 years ago

Jaykul commented 9 years ago

Move the Location stuff to Before and After steps. This removes a lot of copy-paste code, and ensures the FileSystem location stuff only happens once ...