Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 384 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 384 Bytes

Contact Manager

This is a contact manager software.

Running the text console

Make sure you have Ruby installed.

git clone https://[email protected]/royeavraham/contact-manager.git
cd contact-manager
ruby init.rb

Running RSpec tests

Make sure you have RSpec installed.

rspec -f d