Skip to content

Commit 534e99d

Browse files
committed
Tweak xit rspec
1 parent 7c5c5f7 commit 534e99d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/lib/tasks/podcasts_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
let(:task) { 'podcasts:upsert' }
2828

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
29+
# TODO: This test is flaky? It seems fails depending on Internet and should work offline.
30+
it 'successfuly fetch from Anchor.fm RSS' do
3131
allow_any_instance_of(Podcast).to receive(:id).and_return(
3232
[
3333
{ 'id' => 123456001,

0 commit comments

Comments
 (0)