DEV Community

Discussion on: The Testing Introduction I Wish I Had

Collapse
 
maxwell_dev profile image
Max Antonucci

Good recommendations, and we actually use those same two gems for testing in our own Rails app! Plus the RSpec testing library, since it does so much to make the tests explicit, readable, and even fun to write in classic Ruby fashion.