Rubocop updates

This commit is contained in:
Priit Tark 2015-09-10 14:54:05 +03:00
parent bf13e40b5e
commit a40e1e6178
2 changed files with 0 additions and 2 deletions

View file

@ -512,7 +512,6 @@ class Epp::Domain < Domain
### TRANSFER ###
# rubocop: disable Metrics/PerceivedComplexity
# rubocop: disable Metrics/CyclomaticComplexity
def transfer(frame, action, current_user)
case action

View file

@ -1466,7 +1466,6 @@ describe 'EPP Domain', epp: true do
# must generate new code
domain.registrant.code.should_not == original_oc_code
domain.contacts.each do |c|
c.registrar_id.should == @registrar2.id
original_contact_codes.include?(c.code).should_not == true