I’m not having much luck searching google for this – are there any JRuby unit testing frameworks for Java code that integrate with Eclipse or Maven? Is there perhaps a Cucumber flavor that integrates with Eclipse, and if so, could someone point me to a quickstart guide explaining how to do it? 🙁
Share
Have you looked at cucumber-jvm (previously cuke4duke)? From the project README:
We’ve been using it in our CI builds with Maven and it works great. It looks like you can also write your tests in JRuby.