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