/howwrong

Primary LanguageRuby

Build Status Dependency Status Ready stories Stories in progress

How Wrong You Are

Development setup

Install PostgreSQL and create a database user using:

$ createuser -d -W howwrong

Then run:

$ bin/rake db:setup

To start server:

$ bin/rails s

Running tests

$ bin/rake

Or faster (but doesn't migrate DB):

$ bin/rspec