Cover ApplicationController more in spec (#3230)
This commit is contained in:
committed by
Eugen Rochko
parent
b9e8ffbd12
commit
bda7391221
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
|
Reference in New Issue
Block a user