discourse/spec/jobs/create_missing_avatars_spec.rb

8 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