mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
Rubocop updates
This commit is contained in:
parent
bf13e40b5e
commit
a40e1e6178
2 changed files with 0 additions and 2 deletions
|
@ -512,7 +512,6 @@ class Epp::Domain < Domain
|
||||||
|
|
||||||
### TRANSFER ###
|
### TRANSFER ###
|
||||||
|
|
||||||
# rubocop: disable Metrics/PerceivedComplexity
|
|
||||||
# rubocop: disable Metrics/CyclomaticComplexity
|
# rubocop: disable Metrics/CyclomaticComplexity
|
||||||
def transfer(frame, action, current_user)
|
def transfer(frame, action, current_user)
|
||||||
case action
|
case action
|
||||||
|
|
|
@ -1466,7 +1466,6 @@ describe 'EPP Domain', epp: true do
|
||||||
# must generate new code
|
# must generate new code
|
||||||
domain.registrant.code.should_not == original_oc_code
|
domain.registrant.code.should_not == original_oc_code
|
||||||
|
|
||||||
|
|
||||||
domain.contacts.each do |c|
|
domain.contacts.each do |c|
|
||||||
c.registrar_id.should == @registrar2.id
|
c.registrar_id.should == @registrar2.id
|
||||||
original_contact_codes.include?(c.code).should_not == true
|
original_contact_codes.include?(c.code).should_not == true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue