discourse/spec/fabricators/flag_fabricator.rb

4 lines
108 B
Ruby

# frozen_string_literal: true
Fabricator(:flag) { name "offtopic", applies_to { %w[Post Chat::Message] } }