Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 2.43 KB

README.md

File metadata and controls

24 lines (19 loc) · 2.43 KB

Ruby-on-Rails-TDD-example

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:

Details

  1. Writing feature tests

Acknowledgements

Special thanks to Christoph Matthies for creating the TDD example.