- (Optional) Install SourceTree
- (Optional) Install Atom Editor
cd
into directory and runbundle install
to install gems- Run
guard
. It will execute your unit tests for you everytime you change your code!
See spec/todo_list_spec.rb
for more instructions.