mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Fix some rubocops errors
This commit is contained in:
parent
68b5391f06
commit
55aa7743b0
8 changed files with 66 additions and 65 deletions
|
@ -10,7 +10,10 @@ describe Domain do
|
|||
it { should have_many(:dnskeys) }
|
||||
|
||||
context 'with sufficient settings' do
|
||||
before(:each) { Fabricate(:domain_validation_setting_group) }
|
||||
before(:each) do
|
||||
Fabricate(:domain_validation_setting_group)
|
||||
Fabricate(:dnskeys_setting_group)
|
||||
end
|
||||
|
||||
it 'validates domain name' do
|
||||
d = Fabricate(:domain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue