This website requires JavaScript.
Explore
Help
Sign In
fedi
/
mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
1
mirror of
https://github.com/mastodon/mastodon.git
synced
2024-12-13 14:02:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c8c916e657
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 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
Reference in a new issue
Copy permalink