This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mastodon-glitch
mirror of
https://github.com/glitch-soc/mastodon
Watch
3
Star
0
Fork
You've already forked mastodon-glitch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cbe88a1e9c
mastodon-glitch
/
spec
/
fabricators
/
setting_fabricator.rb
6 lines
103 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add tests for Setting (#5683)
2017-11-14 02:08:04 +00:00
# frozen_string_literal: true
Fabricator
(
:setting
)
do
Remove `thing_type` and `thing_id` columns from settings table (#31971)
2024-12-05 14:34:14 +00:00
var
{
sequence
(
:var
)
{
|
n
|
"
var_
#{
n
}
"
}
}
Add tests for Setting (#5683)
2017-11-14 02:08:04 +00:00
end