Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 117 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 117 Bytes

Running locally

  • rake db:create
  • rake db:schema:load
  • rake db:seed

Run tests with rake spec