Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 302 Bytes

ruby-interview

A ready-to-go repo for job interviews that has:

Ruby
minitest
rspec-expectations
rubocop
an example source file + test

Getting started

  • Clone this repo to your computer

  • Run bundle to install the dependencies

  • Run rake test to start the test runner