docbrown/spec/services
Corey Alexander 23ded947e3 Twitch Webhook Fixes (#2692)
* Twitch Webhook Registration Fix

This fixes the broken twitch webhook registration. I previously added
the `to_json` when I was switching to using HTTParty and working through
WebMock. I apparently forgot to test this manually however after and
relied on the specs that had some baked in bad assumptions.

This removes the `to_json` and configures the mocking properly in the
spec setup.

I tested locally that this can now succesfully register for webhooks
with Twitch!

* Fix Webhook verification digesting as well, hardcode the specs for durability

* Refactor to use shorter digest method

* Add cache buster lines from Bens branch
2019-05-05 11:52:43 -04:00
..
analytics Add single article functionality to articles analytics (#2339) 2019-04-08 19:57:13 -04:00
exporter Fix name resolving error on export (#2612) 2019-04-29 15:37:50 -04:00
moderator Improve Internal Dashboards features(#2043) 2019-03-18 16:29:11 -04:00
notifications Move send new badge achievement notification to ActiveJob (#2474) 2019-04-29 10:51:08 -04:00
streams Twitch Webhook Fixes (#2692) 2019-05-05 11:52:43 -04:00
suggester Enabled rubocop/lint (#2130) 2019-03-21 10:53:44 -04:00
users Change format of the user languages_settings #2369 (#2496) 2019-04-30 17:01:19 -04:00
article_with_video_creation_service_spec.rb Add more test coverage (#1829) 2019-02-22 09:16:57 -08:00
authorization_service_spec.rb Touch profile_updated_at when updating social usernames (#2386) 2019-04-11 16:32:45 -04:00
membership_service_spec.rb Enabled rubocop/lint (#2130) 2019-03-21 10:53:44 -04:00
moderation_service_spec.rb Add more test coverage (#1829) 2019-02-22 09:16:57 -08:00
read_notifications_service_spec.rb Organization Notifications (#1762) 2019-02-25 14:25:37 -08:00
rss_reader_spec.rb Remove Honeycomb from the app (#2366) 2019-04-11 10:49:35 -04:00
tag_adjustment_creation_service_spec.rb Improve specs (#1693) 2019-02-04 15:56:00 -04:00
tag_adjustment_update_service_spec.rb Fix braces around hash params Rubocop offense (#1453) 2019-01-11 13:08:45 -05:00