This repo will serve as a starting point for your code challenge. Feel free to change anything in order to complete it: Change framework, other tests, new gems etc.
- Fork this repo
- Clone your fork
- Have RVM installed: https://letmegooglethat.com/?q=install+rvm+on+ubuntu
- Install ruby:
$ rvm install 3.0.2
$ cd .
or$ cd <path_to_project>
to auto-create the rvm gemset- Install bundler:
$ gem install bundler
- Install the dependencies with bundler:
$ bundle install
$ bin/ruby-interview
$ bundle exec rspec
- Write HTTP APIs rails or roda or others
- Write CLI tools thor or tty or others (including rake)
- Test your code with rspec
Good luck!