On Sun, Sep 12, 2010 at 4:22 PM, Brian Marick wrote:
> In my test framework, Midje, http://github.com/marick/Midje, a test written
> in the most heavily syntactically-sugared form might look like this:
>
> (facts
> (complicated-function ...some-integer...) => 5
> (provided
> (simple-fu
In my test framework, Midje, http://github.com/marick/Midje, a test written in
the most heavily syntactically-sugared form might look like this:
(facts
(complicated-function ...some-integer...) => 5
(provided
(simple-function ...some-integer...) => 2
(other-function ...