Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 192 Bytes

File metadata and controls

12 lines (8 loc) · 192 Bytes

GitHub Webhook to persist events

How to run

  • replace GITHUB_WEBHOOK_SECRET in config/boot.rb
  • rake db:create
  • rake db:migrate
  • rails s

Tests

  • bundle exec rspec spec