Skip to content

Commit c51d5df

Browse files
committed
update specs
1 parent f1ce481 commit c51d5df

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

spec/factories/account_contact_relation.rb

Whitespace-only changes.

spec/factories/contact.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
first_name { Faker::Name.first_name }
77
last_name { Faker::Name.last_name }
88
email { Faker::Internet.email }
9-
email_alt { Faker::Internet.email }
10-
faculty_confirmed_date { Faker::Date.between(from: '2016-09-23', to: '2019-09-25') }
119
last_modified_at { Faker::Date.between(from: '2016-09-23', to: '2020-03-25') }
1210
faculty_verified { %w[pending_faculty confirmed_faculty rejected_faculty].sample }
1311
school_type do
@@ -17,14 +15,11 @@
1715
'Technical/Community College (2)',
1816
'Career School/For-Profit (2)'].sample
1917
end
20-
send_faculty_verification_to { Faker::Internet.email }
2118
all_emails { Faker::Internet.email }
2219
adoption_status { ['Confirmed Adoption Won', 'Confirmed Adoption Recommend', 'High Interest In Using', 'Not Using'].sample }
23-
grant_tutor_access { Faker::Boolean.boolean }
2420
accounts_uuid { Faker::Internet.uuid }
2521
lead_source { 'Account Creation' }
2622
signup_date { DateTime.now }
27-
renewal_eligible { Faker::Boolean.boolean }
2823
assignable_interest { ['Interested', 'Demo', 'Fully Integrated'].sample }
2924
assignable_adoption_date { Faker::Date.backward }
3025
end

0 commit comments

Comments
 (0)