mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Support for disclosure settings. Tests
This commit is contained in:
parent
64b0481cb2
commit
4e5aecb26d
7 changed files with 119 additions and 21 deletions
|
@ -12,6 +12,15 @@ module General
|
|||
|
||||
Setting.transfer_wait_time = 0
|
||||
end
|
||||
|
||||
def create_disclosure_settings
|
||||
Setting.disclosure_name = true
|
||||
Setting.disclosure_org_name = true
|
||||
Setting.disclosure_email = true
|
||||
Setting.disclosure_phone = false
|
||||
Setting.disclosure_fax = false
|
||||
Setting.disclosure_address = false
|
||||
end
|
||||
end
|
||||
|
||||
RSpec.configure do |c|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue