mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Merge branch 'rspec' into registry-475-refactor-zones
This commit is contained in:
commit
724ad2f3b5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
RSpec.configure do |config|
|
||||
config.before :example do |example|
|
||||
if example.metadata[:db]
|
||||
if example.metadata[:db] && (example.metadata[:settings] != false)
|
||||
Fabricate(:zonefile_setting, origin: 'com')
|
||||
|
||||
Setting.ds_algorithm = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue