2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-03-04 01:15:08 +08:00
discourse/spec/jobs/create_missing_avatars_spec.rb
2022-07-28 10:27:38 +08:00

7 lines
176 B
Ruby

# frozen_string_literal: true
RSpec.describe Jobs::CreateMissingAvatars do
it "runs correctly without crashing" do
Jobs::CreateMissingAvatars.new.execute(nil)
end
end