docbrown/spec/services/podcasts
Asha Balasubramaniam bc137ff762 Migrate PodcastEpisodes::CreateJob to PodcastEpisodes::CreateWorker for Sidekiq (#5633)
The tests around `Podcasts::Feed` helped catch a bug around the
migration of the podcast episode creation delayed job where the sidekiq
version was passing a string version of item hash to
`Podcasts::CreateEpisode` which was in fact expecting the hash to
contain symbols.
2020-01-23 15:37:43 -05:00
..
create_episode_spec.rb Fix podcast episode validation error (#4967) [deploy] 2019-11-29 16:16:19 -05:00
episode_rss_item_spec.rb Adjust type tags for RSpec (#4864) 2019-11-20 13:01:30 -05:00
feed_spec.rb Migrate PodcastEpisodes::CreateJob to PodcastEpisodes::CreateWorker for Sidekiq (#5633) 2020-01-23 15:37:43 -05:00
get_episode_spec.rb Migrate PodcastEpisodes::CreateJob to PodcastEpisodes::CreateWorker for Sidekiq (#5633) 2020-01-23 15:37:43 -05:00
get_media_url_spec.rb Adjust type tags for RSpec (#4864) 2019-11-20 13:01:30 -05:00
update_episode_media_url_spec.rb Update podcast episode statuses #2952 (#3450) 2019-07-16 13:36:25 -04:00