The JRuby Testing Story
Testing is the most important activity in the development process. If you don’t test, how do you know that your code actually works correctly? And if you don’t have tests, how do you know you don’t break something? JRuby makes it possible to test Ruby code – but also to …