mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
parent
5af4c585d4
commit
5e1c43f7cc
5 changed files with 7 additions and 7 deletions
|
@ -384,13 +384,13 @@ RSpec.describe Contact, db: false do
|
|||
end
|
||||
end
|
||||
|
||||
describe '::address_processing' do
|
||||
describe '::address_processing?' do
|
||||
before do
|
||||
Setting.address_processing = 'test'
|
||||
end
|
||||
|
||||
it 'returns setting value' do
|
||||
expect(described_class.address_processing).to eq('test')
|
||||
expect(described_class.address_processing?).to eq('test')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue