Rails Testing Exercises

So you want to get started with Ruby testing. All the cool kids are doing it. Seriously though, testing is fundamental. In this course of tutorials you’ll learn methods for improving code quality and minimizing time required to add new features to software by ensuring that each facet of the program works as expected.

This course is for beginners with some Ruby skills. It doesn’t assume any testing experience and starts with passing your very first test, but once you’ve finished, take a look at the Test Driven Development page and see how tests can help you write great code right from the start of a new project.

Exercises