49aac5f8c7
* Added module win_pester and relatives integration tests * Corrected issues as stated by ansible-test * Added defaults variable in integration tests * Added task to install Pester if needed in the integration test * Corrected error in win_psmodule task * Added Pester installation with Chocolatey when Powershell version < 5 * Get facts... * Disabled invoke-pester output * Added pester_result type * Added jhawkesworth changes proposal * Corrected documentation linting * Corrected linting * Added dagwieers recommendations * Added dagwieers recommendations * Corrected linting errors and task error in integration test * Corrected error in integration test * Added dagwieers recommendations * Corrected requirements in the DOCUMENTATION block
5 lines
No EOL
99 B
PowerShell
5 lines
No EOL
99 B
PowerShell
Describe -Name 'Test02' {
|
|
It -name 'Second Test' {
|
|
{Get-Service} | Should Throw
|
|
}
|
|
} |