Revert "Merge branch 'registry-248' into staging"

This reverts commit af0cde844e, reversing
changes made to d68abd90fa.
This commit is contained in:
Artur Beljajev 2016-12-14 12:24:43 +02:00
parent af0cde844e
commit b62fae4665
9 changed files with 2 additions and 176 deletions

View file

@ -39,10 +39,4 @@ 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