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