Remove usage of random sample values in specs (#24869)
This commit is contained in:
parent
b84bc2de5d
commit
604e1c2b11
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:notification) do
|
||||
activity fabricator: [:mention, :status, :follow, :follow_request, :favourite].sample
|
||||
activity fabricator: :status
|
||||
account
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue