summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_pester/files/test02.tests.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/win_pester/files/test02.tests.ps1')
-rw-r--r--test/integration/targets/win_pester/files/test02.tests.ps15
1 files changed, 0 insertions, 5 deletions
diff --git a/test/integration/targets/win_pester/files/test02.tests.ps1 b/test/integration/targets/win_pester/files/test02.tests.ps1
deleted file mode 100644
index 2ec2450a58..0000000000
--- a/test/integration/targets/win_pester/files/test02.tests.ps1
+++ /dev/null
@@ -1,5 +0,0 @@
-Describe -Name 'Test02' {
- It -name 'Second Test' {
- {Get-Service} | Should Throw
- }
-} \ No newline at end of file