lib/physical/spec_support/factories/location_factory.rb in physical-0.4.8 vs lib/physical/spec_support/factories/location_factory.rb in physical-0.4.9
- old
+ new
@@ -12,9 +12,10 @@
address1 { '11 Lovely Street' }
address2 { 'South' }
city { 'Herndon' }
sequence(:zip, 10_001, &:to_s)
phone { '555-555-0199' }
+ email { 'jane@company.com' }
region { country.subregions.coded(region_code) }
country { Carmen::Country.coded(country_code) }
initialize_with { new(**attributes) }
end
end