In RSpec 1.x, a print statement in the spec would print out with the results from that spec. In RSpec 2.x, the print statements are separated from the spec results. Is there a way to restore the 1.x behavior, so quick debugging work we do with print statements can easily be associated with the test that generated them? This is having a big impact on our productivity. Thanks for RSpec2! P.S. We have tried --format nested, but this is inferior to the original format, and this format cannot be used in RubyMine at all. It would be very helpful to have the original format back.