From c610e9d8bd3339710d062640022a5e8cbfde9c0b Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 24 Apr 2021 10:22:48 +0200 Subject: [PATCH] Updated Stubbing (markdown) --- Stubbing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Stubbing.md b/Stubbing.md index 0be335f..5cc3ae9 100644 --- a/Stubbing.md +++ b/Stubbing.md @@ -14,6 +14,7 @@ The following code will configure a response with a status of 200 to be returned ```csharp var server = WireMockServer.Start(); + server .Given( Request.Create().WithPath("/some/thing").UsingGet()