diff --git a/spec/support/settings.rb b/spec/support/settings.rb index b87e94a56..ff1aa50a4 100644 --- a/spec/support/settings.rb +++ b/spec/support/settings.rb @@ -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