mirror of
https://github.com/mastodon/mastodon.git
synced 2026-04-22 06:59:44 -05:00
6 lines
71 B
Ruby
6 lines
71 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:setting) do
|
|
var 'var'
|
|
end
|