Fork me on GitHub
#testing
<
2015-11-30
>
eraserhd23:11:30

Well, I’m not sure about expecting some function to be called, but you can provide what the result will be.

eraserhd23:11:53

I think it’s called “background”? It’s discussed in examples of top-down TDD.

eraserhd23:11:21

Ah, yes: (against-brackground (fncall) => result, (fncall2) => result2) … and (provided (fncall) => result, (fncall2) => result2).