Using Rspec, I want to be able to both see the standard progress bar, and output to a file containing the generated spec sheet in documentation format, and also have an html file generated, without running the tests multiple times.
How do I assign multiple formats and file targets for those formats?