From b2ab59bb7d3558a23eb9d2ee3096de9a90103895 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 12 Apr 2017 14:35:19 +0300 Subject: [PATCH] Fix seeds.rb --- db/seeds.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/seeds.rb b/db/seeds.rb index 8a3896047..0ed61cba6 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -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',