Cover ApplicationController more in spec (#3230)
This commit is contained in:
parent
b9e8ffbd12
commit
bda7391221
2 changed files with 271 additions and 1 deletions
5
spec/fabricators/stream_entry_fabricator.rb
Normal file
5
spec/fabricators/stream_entry_fabricator.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
Fabricator(:stream_entry) do
|
||||
account
|
||||
activity { Fabricate(:status) }
|
||||
hidden { [true, false].sample }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue