Merge branch 'registry-248' into staging

# Conflicts:
#	spec/rails_helper.rb
This commit is contained in:
Artur Beljajev 2016-12-14 11:24:30 +02:00
commit af0cde844e
9 changed files with 176 additions and 2 deletions

View file

@ -39,4 +39,10 @@ RSpec.describe AdminUser do
expect(described_class.min_password_length).to eq(8)
end
end
describe '#min_password_length' do
it 'returns minimum password length' do
expect(described_class.min_password_length).to eq(8)
end
end
end