Add rspecs for FollowRecommendationsScheduler (#23890)
This commit is contained in:
committed by
GitHub
parent
b6602f68eb
commit
d9271126ce
@@ -5,5 +5,6 @@ Fabricator(:user) do
|
||||
email { sequence(:email) { |i| "#{i}#{Faker::Internet.email}" } }
|
||||
password '123456789'
|
||||
confirmed_at { Time.zone.now }
|
||||
agreement true
|
||||
current_sign_in_at { Time.zone.now }
|
||||
agreement true
|
||||
end
|
||||
|
Reference in New Issue
Block a user