<img src=“https://codeclimate.com/github/simplyaubs/callback.png” /> <img src=“https://travis-ci.org/simplyaubs/callback.svg?branch=master” alt=“Build Status” />
This is an app to help you sharpen your phone interview skills.
Pivotal tracker: www.pivotaltracker.com/n/projects/1110426
Heroku staging: callback-staging.herokuapp.com/
Setup:
-
bundle
-
rake db:create db:migrate
-
rake db:create db:migrate RAILS_ENV=test
-
run rspec
-
heroku run rake db:create db:migrate