1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-24 15:16:19 +09:00
mastodon/spec/fabricators/setting_fabricator.rb

6 lines
71 B
Ruby
Raw Normal View History

2017-11-14 11:08:04 +09:00
# frozen_string_literal: true
Fabricator(:setting) do
2023-03-05 01:12:09 +09:00
var 'var'
2017-11-14 11:08:04 +09:00
end