This website requires JavaScript.
Explore
Register
Sign in
OpenSource
/
mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
mirror of
https://github.com/mastodon/mastodon.git
synced
2024-12-23 06:21:42 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9ba4c8ef66
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 03:08:04 +01:00
# frozen_string_literal: true
Fabricator
(
:setting
)
do
Remove `thing_type` and `thing_id` columns from settings table (#31971)
2024-12-05 15:34:14 +01:00
var
{
sequence
(
:var
)
{
|
n
|
"
var_
#{
n
}
"
}
}
Add tests for Setting (#5683)
2017-11-14 03:08:04 +01:00
end
Reference in a new issue
Copy permalink