This website requires JavaScript.
Explore
Sign In
mirror
/
mastodon
mirror of
https://github.com/mastodon/mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
main
mastodon
/
spec
/
fabricators
/
backup_fabricator.rb
6 lines
92 B
Ruby
Raw
Permalink
Blame
History
# frozen_string_literal: true
Fabricator
(
:backup
)
do
user
{
Fabricate
.
build
(
:user
)
}
end
View Git Blame
Copy Permalink