Add rspecs for FollowRecommendationsScheduler (#23890)
This commit is contained in:
parent
b6602f68eb
commit
d9271126ce
2 changed files with 45 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue