Skip to content

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.