The student directory script allows you to manage the list of students enrolled on the course at Makers Academy.
This was a repeat of the previous week's project but restarted using TDD.
Switched pairs several times on this project including Joe, Michiel.
Tested using rspec
git clone https://github.com/cmew3/student_directory_with_TDD.git
cd student_directory_with_TDD
rspecFor example in irb:
irb
require './lib/student_directory.rb'
run_program