From d3bdc9640bcfbea7a66f605ebd6b34acac5f5632 Mon Sep 17 00:00:00 2001 From: Xipmix <576337-xipmix@users.noreply.gitlab.com> Date: Sat, 9 Apr 2022 15:09:53 +1000 Subject: Comma to break sentence into contrasting options --- subplot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subplot.md b/subplot.md index 69e0db8..dc2499c 100644 --- a/subplot.md +++ b/subplot.md @@ -479,7 +479,7 @@ When you are formulating your scenarios, it is common to try and use phraseology along the lines of _if this happens then that is the case_ but this is not language which works well with subplot. Scenarios describe what will happen in the success case. As such we don't construct scenarios which say _if foo happens -then the case fails_ instead we say _when I do the thing then foo does not happen_. +then the case fails_, instead we say _when I do the thing then foo does not happen_. This is a subtle but critical shift in the construction of your test cases which will mean that they map more effectively to scenarios. -- cgit v1.2.1