This is a solution for city planner with following responsibilities
- build road between two points
- verifies if road exists between two points
ruby version 2.6.0
rspec
for unit testing
-
install rvm
curl -sSL https://get.rvm.io
-
install ruby
rvm install 2.6.0
-
install dependencies
-
cd city_planner
-
bundle install
cd city_planner
bundle exec rspec
cd city_planner
rubocop