hpi-swt2 / Ruby-on-Rails-TDD-example

MIT License
2 stars 0 forks source link

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.