Testing
Explore the reasons behind testing in Ruby on Rails to develop a testing mindset. Understand how adopting testing at an individual and organizational level helps ensure reliable code that meets business objectives. This lesson clarifies the challenges and mindset shifts necessary to write effective tests.
We'll cover the following...
We'll cover the following...
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. ...