Learn the basics of test driven development (TDD) using Ruby. You will carry out problem domain analysis, solution domain analysis, designing test cases, and writing tests first. These fundamental concepts will give you a solid TDD foundation to build upon. Test Driven Development in Ruby is written by a developer for developers.
The concepts are first explained, then a coding demo illustrates how to apply the theory in practice. At the end of each chapter an exercise is given to reinforce the material. Complete with working files and code samples, you’ll be able to work alongside the author, a trainer, by following the material in this book.
Experienced Ruby programmers or web developers with some prior experience with Ruby.
Chapter 1: The Basics
Chapter 2: Katas
Chapter 3: Techniques in TDD
Chapter 4: Importance of Test Cases
Chapter 5: Character-to-Number Conversion
Chapter 6: Conway’s Game of Life
Chapter 7: Gilded Rose
Chapter 8: Dealing with Third-Party APIs
Chapter 9: Pair Ranking