Review your understanding of
This is a test-driven lab. To get started, (once you fork and clone the lab down
onto your computer), run the test suite with the learn
or rspec
command.
Read the test output in your terminal to learn how to fill out the methods to
get your tests to pass. We've already defined the methods for you––you need to
write the code inside of them to give them the desired behavior, as defined by
the tests. Refer back to the earlier lessons on reading test output for help.
View TODO: Ruby Basics on Learn.co and start learning to code for free.