Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.