0
0
Fork 0

Add rspecs for FollowRecommendationsScheduler (#23890)

This commit is contained in:
Stanislav Dobrovolschii 2023-03-02 10:05:05 +01:00 committed by GitHub
parent b6602f68eb
commit d9271126ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 1 deletions

View file

@ -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