mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
7 lines
116 B
Ruby
7 lines
116 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
Fabricator(:admin_notice) do
|
||
|
priority { "low" }
|
||
|
identifier { "test_notice" }
|
||
|
end
|