Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 428 Bytes

File metadata and controls

11 lines (8 loc) · 428 Bytes

tdd-example

This project provides an example of a basic restful web service with sufficient unit test coverage as to be a useful example of how to do Test Driven Development.

Requirements

  1. Users can create a new ale
  2. Users can delete an existing ale
  3. Users can fetch a list of ales
  4. Users can update an ale
  5. When creating or updating an ale, the "alcohol_by_volume" field must be between 0 and 100, inclusive