2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/spec/fabricators/reviewable_claimed_topic_fabricator.rb
Robin Ward b380ed5282 FEATURE: Claim Reviewables by Topic
This is a feature that used to be present in discourse-assign but is
much easier to implement in core. It also allows a topic to be assigned
without it claiming for review and vice versa and allows it to work with
category group reviewers.
2019-05-09 13:40:36 -04:00

6 lines
91 B
Ruby

# frozen_string_literal: true
Fabricator(:reviewable_claimed_topic) do
topic
user
end