Sample story: we pretend that a guest arrives and we expect the lights to be turned on:
send::
msg home.guest_arrived (name="Jane"
)
expect:: lights.on
More specifically, we create an input message home.guest_arrived
and then test for lights.on
. Click on the fiddle button to see it in action!
You need to log in to post a comment!