Cover ApplicationController more in spec (#3230)

This commit is contained in:
Akihiko Odaki 2017-05-23 00:58:57 +09:00 committed by Eugen Rochko
parent b9e8ffbd12
commit bda7391221
2 changed files with 271 additions and 1 deletions

View file

@ -0,0 +1,5 @@
Fabricator(:stream_entry) do
account
activity { Fabricate(:status) }
hidden { [true, false].sample }
end