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