This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
tootlab-mastodon
mirror of
https://github.com/glitch-soc/mastodon.git
Watch
1
Star
0
Fork
You've already forked tootlab-mastodon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7e18e95716
tootlab-mastodon
/
spec
/
fabricators
/
block_fabricator.rb
5 lines
77 B
Ruby
Raw
Normal View
History
Unescape
Escape
Adding a block model and filter mentions from blocked users (fix #60)
2016-10-03 11:11:54 -04:00
Fabricator
(
:block
)
do
add more tests to models
2017-04-04 18:29:56 -04:00
account
target_account
{
Fabricate
(
:account
)
}
Adding a block model and filter mentions from blocked users (fix #60)
2016-10-03 11:11:54 -04:00
end