Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 397 Bytes

File metadata and controls

13 lines (9 loc) · 397 Bytes

Learning TDD

Participant Instructions

Setup

  1. (Optional) Install SourceTree
  2. (Optional) Install Atom Editor
  3. cd into directory and run bundle install to install gems
  4. Run guard. It will execute your unit tests for you everytime you change your code!

Coding

See spec/todo_list_spec.rb for more instructions.