Merge branch 'rspec' into registry-475

This commit is contained in:
Artur Beljajev 2017-05-26 08:58:13 +03:00
commit 864631dba7
15 changed files with 60 additions and 404 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'