This website requires JavaScript.
Explore
Help
Register
Sign In
treehouse
/
mastodon
Watch
21
Star
8
Fork
You've already forked mastodon
5
Code
Issues
32
Pull Requests
Projects
1
Releases
Wiki
Activity
9761b940ac
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 15:11:54 +00:00
Fabricator
(
:block
)
do
add more tests to models
2017-04-04 22:29:56 +00:00
account
target_account
{
Fabricate
(
:account
)
}
Adding a block model and filter mentions from blocked users (fix #60)
2016-10-03 15:11:54 +00:00
end