Testing

Let’s learn about the testing mindset.

Ruby assumes that developers test when writing their programs,but very few people do.

Making tests work in our favor

To make testing work in our favor, there are a few things that need to happen. ...