Example Ruby on Rails application developed using Test-Driven Development (TDD).
The application is a very simple contact management solution, showing a list of contacts with their names and ages.
Tests are written in RSpec and include:
Special thanks to Christoph Matthies for creating the TDD example.