rspec question

A

Andrew Wagner

[Note: parts of this message were removed to make it a legal post.]

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?
 
L

Luis Lavena

[Note:  parts of this message were removed to make it a legal post.]

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?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,145
Messages
2,570,825
Members
47,371
Latest member
Brkaa

Latest Threads

Top