Remove fixed registrar

#206
This commit is contained in:
Artur Beljajev 2016-10-24 16:04:51 +03:00
parent d27594603b
commit aaf6eb3a71
5 changed files with 5 additions and 9 deletions

View file

@ -45,11 +45,6 @@ def create_settings
Setting.tech_contacts_max_count = 10
Setting.client_side_status_editing_enabled = true
# speedup and easier to create fabrications
@fixed_registrar =
Registrar.find_by_name('fixed registrar') ||
Fabricate(:registrar, name: 'fixed registrar', code: 'FIXED')
end
RSpec.configure do |config|