TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

From the Agony of JUnit to the Ecstasy of RSpec

10 pointsby kyleburtonover 15 years ago

1 comment

jcromartieover 15 years ago
It's probably good to be able to standardize on something to test both Java and Clojure code. I have to wonder how much Clojure you can cover from JRuby, though, since you have to go to extra lengths to make all of your Clojure fns exposed in generated classes. The clojure.test package is pretty good in my experience (up there with Rspec, but it feels lighter).