- Ruby 2.3.1 or above
- You may need to install rspec with
gem install rspec
- You may need to install rspec with
rake test: runs rspec to show all sceneries and assertsrake run:marsrover: runs algorithm based on input.txt file datarake run:time: runs same algorithm showing execution time
rspec: please run rake test to see a full detailed test report
rake run:marsrover:
rake run:time:


