Created
May 4, 2010 04:47
-
-
Save BanzaiMan/388970 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asari@ubuntu:~/Development/jruby$ ./bin/jruby test/test_thread_service.rb | |
| Loaded suite test/test_thread_service | |
| Started | |
| ... | |
| Finished in 6.137 seconds. | |
| 3 tests, 4 assertions, 0 failures, 0 errors | |
| asari@ubuntu:~/Development/jruby$ ./bin/jruby test/test_thread_service.rb | |
| Loaded suite test/test_thread_service | |
| Started | |
| ... | |
| Finished in 1.35 seconds. | |
| 3 tests, 4 assertions, 0 failures, 0 errors | |
| asari@ubuntu:~/Development/jruby$ ./bin/jruby test/test_thread_service.rb | |
| Loaded suite test/test_thread_service | |
| Started | |
| ... | |
| Finished in 8.867 seconds. | |
| 3 tests, 4 assertions, 0 failures, 0 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment