Merge branch 'registry-515' into registry-480

This commit is contained in:
Artur Beljajev 2017-05-15 15:56:05 +03:00
commit 2c648ddc84
6 changed files with 156 additions and 35 deletions

View file

@ -1,7 +1,7 @@
FactoryGirl.define do
factory :admin_user do
username 'test'
email 'test@test.com'
sequence(:email) { |n| "test#{n}@test.com" }
password 'a' * AdminUser.min_password_length
password_confirmation { password }
country_code 'de'