mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Merge branch 'registry-248' into staging
# Conflicts: # spec/rails_helper.rb
This commit is contained in:
commit
af0cde844e
9 changed files with 176 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue