Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 673 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 673 Bytes

###Makers Academy Week 2: Student Directory rebuilt using TDD

####Specification:

  • Rebuild Student Directory (Makers Academy Week 1 task) using test driven development

Skills / lessons learnt:

  • Test driven development
  • Ping pong pair programming
  • Writing data to files using Ruby
  • Reading data from files using Ruby

####Technologies used:

  • RSpec
  • Ruby
  • Git

####Set it up:

$ git clone https://github.com/EdwardAndress/makers_academy_week2.git

####Test it:

$ cd makers_academy_week2
$ rspec

####Run it:

$ cd makers_academy_week2/lib
$ ruby student_directory2.rb