Skip to content

Commit

Permalink
Merge branch 'fix_exceptions_in_new-fixture'
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmuc committed Mar 9, 2014
2 parents 372f288 + edad2eb commit bedae74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- Cleaned up Invoke-Pester interface
- Make output better structured
- Add -PassThru to Invoke-Pester [GH-102], [GH-84] and [GH-46]
- Makes New-Fixture -Path option more resilient [GH-114]

## 2.0.3 (Apr 16, 2013)

Expand Down
4 changes: 2 additions & 2 deletions Pester.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ about_Pester
about_Should
#>
param(
$path,
$name
[String] $path,
[String] $name
)

if ([String]::IsNullOrEmpty($path) -or [String]::IsNullOrEmpty($name)) {
Expand Down

0 comments on commit bedae74

Please sign in to comment.