Skip to content

Commit

Permalink
Try to fix again.
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Jun 29, 2011
1 parent 36be9eb commit 4e659c8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@ Well, the only colors are green and red, but that is still color.

General usage provides better test output. Here is some sample output:

<pre>
TestMyClass
test_alt PASS
test_alt_eq PASS
test_bad FAIL
./test/test_my_class.rb:64:in `test_bad'
<false> is not true.
test_foo PASS
test_foo_eq PASS
TestYourClass
test_method_a PASS
test_method_b PASS
test_method_c PASS
============================================================================
pass: 7, fail: 1, error: 0
total: 15 tests with 42 assertions in 0.018 seconds
============================================================================
</pre>

TestMyClass
test_alt PASS
test_alt_eq PASS
test_bad FAIL
./test/test_my_class.rb:64:in `test_bad'
<false> is not true.
test_foo PASS
test_foo_eq PASS
TestYourClass
test_method_a PASS
test_method_b PASS
test_method_c PASS
============================================================================
pass: 7, fail: 1, error: 0
total: 15 tests with 42 assertions in 0.018 seconds
============================================================================


Turn also provides solo and cross test modes when run from the *turn* commandline
application.
Expand Down

0 comments on commit 4e659c8

Please sign in to comment.