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
/
status_edit_fabricator.rb
6 lines
101 B
Ruby
Raw
Permalink
Blame
History
# frozen_string_literal: true
Fabricator
(
:status_edit
)
do
status
{
Fabricate
.
build
(
:status
)
}
end
View Git Blame
Copy Permalink