Skip to content

Commit

Permalink
Import ISESteroids snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Jan 12, 2015
1 parent f6ff272 commit 71b93f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Unreleased
## 3.3.1 (January 12, 2015)
- Import ISESteroids snippets on load
- Updated Code Coverage analysis to be compatible with the PowerShell 5.0 AST when analyzing DSC configurations. [GH-249]

## 3.3.0 (January 10, 2015)
Expand Down
2 changes: 1 addition & 1 deletion Pester.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ModuleToProcess = 'Pester.psm1'

# Version number of this module.
ModuleVersion = '3.3.0'
ModuleVersion = '3.3.1'

# ID used to uniquely identify this module
GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'
Expand Down
3 changes: 1 addition & 2 deletions Pester.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,10 @@ function Get-IgnoreErrorPreference

}

<# uncomment this once ISESteroids can refresh snippets on load
if (($null -ne $psISE) -and ($PSVersionTable.PSVersion.Major -ge 3))
{
Import-IseSnippet -Path $PSScriptRoot\Snippets
}#>
}

Export-ModuleMember Describe, Context, It, In, Mock, Assert-VerifiableMocks, Assert-MockCalled
Export-ModuleMember New-Fixture, Get-TestDriveItem, Should, Invoke-Pester, Setup, InModuleScope, Invoke-Mock
Expand Down

0 comments on commit 71b93f1

Please sign in to comment.