Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 431 Bytes

File metadata and controls

9 lines (7 loc) · 431 Bytes

test_first_ruby

This repo is to help you get started on ruby using tests. Its an awesome exercise though based on older syntax of rspec

  1. Clone this repository
  2. install ruby-2.2.4 rvm install 2.2.4 if you are using rvm
  3. cd into the repository
  4. as a good practice, create a new gemset rvm use ruby-2.2.x@test_first --create --ruby-version
  5. open index.html in your browser and follow the instructions step by step