mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-12 15:33:14 +00:00
9 lines
162 B
Ruby
9 lines
162 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:rule_translation) do
|
|
text 'MyText'
|
|
hint 'MyText'
|
|
language 'en'
|
|
rule { Fabricate.build(:rule) }
|
|
end
|