We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5c5f7 commit 534e99dCopy full SHA for 534e99d
spec/lib/tasks/podcasts_spec.rb
@@ -26,8 +26,8 @@
26
27
let(:task) { 'podcasts:upsert' }
28
29
- # TODO: This test is flaky -- fails depending on what returns from API, should work offline.
30
- xit 'successfuly fetch from Anchor.fm RSS' do
+ # TODO: This test is flaky? It seems fails depending on Internet and should work offline.
+ it 'successfuly fetch from Anchor.fm RSS' do
31
allow_any_instance_of(Podcast).to receive(:id).and_return(
32
[
33
{ 'id' => 123456001,
0 commit comments