DEV Community

Discussion on: Daily Hacktoberfest Miscellaneous discussion (October 1st)

Collapse
 
downey profile image
Tim Downey

RSpec is just a testing framework so if you're familiar with unit testing in another language you should find it pretty comparable once you get past the BDD syntax.

Some helpful resources:

If you haven't done much unit testing I'd recommend looking up "TDD and Rails".

Cheers!