mirror of
https://github.com/discourse/discourse.git
synced 2025-06-21 00:45:26 +08:00
we have to define this for tests to pass
This commit is contained in:
@ -32,6 +32,8 @@ module Jobs
|
||||
|
||||
private
|
||||
|
||||
@@rss_loaded = false
|
||||
|
||||
# rss lib is very expensive memory wise, no need to load it till it is needed
|
||||
def ensure_rss_loaded
|
||||
return if @@rss_loaded
|
||||
|
Reference in New Issue
Block a user