mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
Refactor zones
- Rename "zonefile_setting" to "zone" - Remove version #475
This commit is contained in:
parent
724ad2f3b5
commit
6361d52be9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
RSpec.configure do |config|
|
||||
config.before :example do |example|
|
||||
if example.metadata[:db] && (example.metadata[:settings] != false)
|
||||
Fabricate(:zonefile_setting, origin: 'com')
|
||||
Fabricate(:zone, origin: 'com')
|
||||
|
||||
Setting.ds_algorithm = 2
|
||||
Setting.ds_data_allowed = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue