mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
Cleaned up rspec create settings and refactored whois_record
This commit is contained in:
parent
acab58b71c
commit
4cf57239a0
32 changed files with 210 additions and 198 deletions
|
@ -2,7 +2,6 @@ require 'rails_helper'
|
|||
|
||||
describe Repp::DomainV1 do
|
||||
before :all do
|
||||
create_settings
|
||||
@registrar1 = Fabricate(:registrar1)
|
||||
@api_user = Fabricate(:gitlab_api_user, registrar: @registrar1)
|
||||
Fabricate.times(2, :domain, registrar: @api_user.registrar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue