Feat: custom sort (#4864)
This commit is contained in:
10
spec/factories/mentions.rb
Normal file
10
spec/factories/mentions.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :mention do
|
||||
mentioned_at { Time.current }
|
||||
account
|
||||
conversation
|
||||
user
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user