discourse-topic-voting/spec/fabricators/topic_vote_count_fabricator.rb
2022-11-09 20:54:14 +08:00

6 lines
151 B
Ruby

# frozen_string_literal: true
Fabricator(:topic_voting_vote_count, class_name: 'DiscourseTopicVoting::TopicVoteCount') do
topic
votes_count 1
end