discourse/spec/fabricators/translation_override_fabric...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
132 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:translation_override) do
translation_key "title"
value "Discourse"
locale "en"
end