Skip to content

Commit

Permalink
Fixing rdoc format.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramontina committed Jun 28, 2011
1 parent b08b1c0 commit 332b387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
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 332b387

Please sign in to comment.