HACKER Q&A
📣 calderwoodra

Which testing framework is the most fluent and pleasant to use?


If someone wanted to write a library (like a generalized tax calculator) that has millions of edge cases and would require countless tests, what testing framework would be best?

In my experience, Rspec is really good for fluency, conciseness and composability, but perhaps something better exists.


  👤 jjgreen Accepted Answer ✓
I'd vote for RSpec too, nothing comes close.