Skip to content

Agilefreaks/ruby-interview-starting-point

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A starting point for interview exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages