groovecoder / discord

GitHub webhook that analyzes pull requests and adds comments about incompatible CSS
Mozilla Public License 2.0
29 stars 13 forks source link

Fix #100: Record installs with Postgres #141

Closed openjck closed 9 years ago

openjck commented 9 years ago

How to test these changes:

  1. Push this up to your personal Heroku
  2. heroku addons:create heroku-postgresql:hobby-dev
  3. Delete the webhook from your test repository
  4. Re-add the test hook to your test repository
  5. Verify that the ping was recorded
    1. heroku pg:psql
    2. SELECT * FROM "Pings";
openjck commented 9 years ago

Tests are failing, and I still want to add more. I'm trying to figure out how to do that now.

darkwing commented 9 years ago

We'll want some sort of test for this

openjck commented 9 years ago

Definitely. I'm investigating a good way to write tests. :smile:

openjck commented 9 years ago

Superseded by #147