On Wed, Mar 23, 2016 at 8:39 PM, Denis Kudriashov <dionisi...@gmail.com> wrote:
>
> 2016-03-23 12:38 GMT+01:00 Ben Coman <b...@openinworld.com>:
>>
>> Maybe...
>>    [ mock someMessage. mock2 somMessage2 ] shouldve beenSent
>>
>> but maybe you don't want different #shouldXXX messages.
>
>
> Thank you too, Ben. And yes it will not follow other should expressions. But
> it would not be bad to use completely different word instead of #should

Okay, then perhaps...

[mock someMessage. mock2 someMessage2] were sent
[mock someMessage. mock2 someMessage2] were sentInOrder

[mock someMessage. mock2 someMessage2] were done
[mock someMessage. mock2 someMessage2] were doneInOrder

but then do you also need singular #was for single items?


[mock someMessage. mock2 someMessage2] expect done
[mock someMessage. mock2 someMessage2] expect doneInOrder

Expect squeezes in usage in both future and past tense...
"I expect he'll arrive soon"
"I expect he went home"

cheers -ben

Reply via email to