== README
-
Ruby version
- 2.1.4
-
System dependencies
- Configuration
-
Database creation/initialization
- bundle exec rake db:create
- bundle exec rake db:migrate
- bundle exec rake db:seed
-
How to run the test suite
- bundle exec rake db:setup RAILS_ENV=test
- bundle exec rspec
-
Services (job queues, cache servers, search engines, etc.)
- bundle exec sidekiq
-
Interview instructions
- See INSTRUCTIONS.md