Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
o_O Fixing rdoc format. Not used to it.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramontina committed Jun 28, 2011
1 parent 332b387 commit cb5ffb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -34,9 +34,9 @@ Currently Jessie ships with 3 formatters: progress, nested and xunit. By default

jessie -f [formatter_name] spec

*Special note on xunit*:
* Special note on *xunit*:
Since this formatter is more useful when in a Continuous Integration environment, sendind its output to an XML file would be the most common thing to do.
Given that Jessie creates separate processes to execute the tests, simply sending the output to a file like {jessie -f xunit spec > test_results.xml} wouldn't work most of the times. So the following does the trick:
Given that Jessie creates separate processes to execute the tests, simply sending the output to a file like "jessie -f xunit spec > test_results.xml" wouldn't work most of the times. So the following does the trick:

jessie -f xunit spec | cat > test_results.xml

Expand Down

0 comments on commit cb5ffb4

Please sign in to comment.