mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:11:08 +08:00
Support Ruby 2.4.
This commit is contained in:
@ -1155,6 +1155,7 @@ describe User do
|
||||
describe "refresh_avatar" do
|
||||
it "enqueues the update_gravatar job when automatically downloading gravatars" do
|
||||
SiteSetting.automatically_download_gravatars = true
|
||||
SiteSetting.queue_jobs = true
|
||||
|
||||
user = Fabricate(:user)
|
||||
|
||||
|
Reference in New Issue
Block a user