Testing Ruby on Rails Applications Using Rspec
An essential part of any Software Engineer's daily development flow is writing tests. We write tests to:
Try different things while developing.
To artificially simulate some corner cases that are really hard to produce organically.
To gain confidenc...
sayedalesawy.hashnode.dev12 min read
Adriano Luz
RSpec is awesome!