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. |
||
|---|---|---|
| .. | ||
| create_episode_spec.rb | ||
| episode_rss_item_spec.rb | ||
| feed_spec.rb | ||
| get_episode_spec.rb | ||
| get_media_url_spec.rb | ||
| update_episode_media_url_spec.rb | ||