Sha256: f95689d208f4e4b55143f53bdf4097bd799fb7a0cd5524f2a3ce11d5d81994b6
Contents?: true
Size: 217 Bytes
Versions: 1
Compression:
Stored size: 217 Bytes
Contents
describe 'default' { it 'creates a test file' { test-path "$env:Temp\test.txt" | should be $true } it 'creates a test file with correct content' { "$env:Temp\test.txt" | should contain 'testing' } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kitchen-pester-0.8.0 | test/integration/default/pester/default.tests.ps1 |