mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 10:23:41 +08: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
|