Maven, Java and RSpec

September 18th, 2008

Since I’ve been back on the job, writing Java code lately, that means I’ve been testing Java code lately.
After living in the land of Ruby with RSpec, thinking about JUnit did not excite me.  Thankfully I found the rspec-maven-plugin, which integrates straight into the maven test process.
I like rspec because it removes a whole lot [...]