Fix seeds.rb

This commit is contained in:
Artur Beljajev 2017-04-12 14:35:19 +03:00
parent 4b126020b8
commit b2ab59bb7d

View file

@ -9,7 +9,7 @@ ActiveRecord::Base.transaction do
city: 'test',
state: 'test',
zip: '1234',
email: 'test@test.com',
email: 'test@domain.tld',
country_code: 'US',
code: 'US1'
)
@ -27,7 +27,7 @@ ActiveRecord::Base.transaction do
AdminUser.create!(
username: 'test',
email: 'test@test.com',
email: 'test@domain.tld',
password: 'testtest',
password_confirmation: 'testtest',
country_code: 'US',