Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 895 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 895 Bytes

Build Status Code Climate Dependency Status Coverage Status

Lets Hire: a hero application

This is the hero application for Tempest project.

Intall and start the app

  1. Create the gem set for the project: rvm use 1.9.3-p327@lets-hire --create

  2. Run bundler: bundle install

  3. Start the server: rails server

  4. Run unit tests: rake db:migrate rake