From 6361d52be90b6647204d62be65f54c84839d4ca9 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Fri, 21 Apr 2017 19:03:02 +0300 Subject: [PATCH] Refactor zones - Rename "zonefile_setting" to "zone" - Remove version #475 --- spec/support/settings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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