#testing
Read more stories on Hashnode
Articles with this tag
Testing is an integral part of software development that ensures your code works as expected. However, running tests can sometimes be a slow and...
The 5 "rules" I try to follow in order to write simple RSpec tests. Let's GO. 1. Max 2 levels of describe/context nesting Everything above 2 is a...