Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1006 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 1006 Bytes

Backend Interview Starting Point

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.

Get this repo

  • Fork this repo
  • Clone your fork

Prerequisites

Local setup

  1. Install ruby: $ rvm install 3.0.2
  2. $ cd . or $ cd <path_to_project> to auto-create the rvm gemset
  3. Install bundler: $ gem install bundler
  4. Install the dependencies with bundler: $ bundle install

Run sample CLI command

$ bin/ruby-interview

Run tests

$ bundle exec rspec

Tools


Good luck!