Rspec question

I’m trying to get output like this:

thing I’m describing
should be true
when context 1
when context 2
when context 3
should be false
when context 4

This seems a little inside-out, but it also seems to be the best way of
describing this functionality. Is something like this possible?

On Sep 30, 8:48 am, Andrew W. [email protected] wrote:

when context 4

This seems a little inside-out, but it also seems to be the best way of
describing this functionality. Is something like this possible?

You need a custom formatter

Would get better responses and perhaps pointers where to look at if
you post to rspec group:

http://rubyforge.org/mail/?group_id=797