Skip to content

Commit 0e5938c

Browse files
feat: Reptile Tests ( Fixes #31 )
1 parent f4d642d commit 0e5938c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Reptile.tests.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ describe Reptile {
77
Should -Be 2
88

99
$r.HttpListener.Stop()
10-
1110
$r | Remove-Job -Force
1211
}
1312

@@ -18,7 +17,6 @@ describe Reptile {
1817
Should -Match "line:\d"
1918

2019
$r.HttpListener.Stop()
21-
2220
$r | Remove-Job -Force
2321
}
2422
}

0 commit comments

Comments
 (0)