Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 316 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 316 Bytes

Habit App

Habit building or breaking through analytics.

Setup

  • Install postgres, on mac you're best bet is: http://postgresapp.com/
  • Ensure you have a habit role: createuser -s habit
  • rake db:create db:setup
  • rails s

Tests

  • brew install chromedriver
  • bundle exec cucumber -r features

Enjoy.