Skip to content

Commit 3bed6d1

Browse files
committed
Move test-related file to test directory: spec/*
1 parent c5187dd commit 3bed6d1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/tasks/podcasts.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace :podcasts do
1111
logger.info('==== START podcasts:upsert ====')
1212

1313
ANCHOR_FM_RSS = Rails.env.test? ?
14-
'anchorfm_sample.rss' :
14+
Rails.root.join('spec', 'anchorfm_sample.rss').to_s :
1515
'https://anchor.fm/s/54d501e8/podcast/rss'
1616
rss = RSS::Parser.parse(ANCHOR_FM_RSS, false)
1717

File renamed without changes.

0 commit comments

Comments
 (0)