diff --git a/spec/models/legal_document_spec.rb b/spec/models/legal_document_spec.rb index dc573bd00..58774df4b 100644 --- a/spec/models/legal_document_spec.rb +++ b/spec/models/legal_document_spec.rb @@ -61,7 +61,6 @@ describe LegalDocument do original.path.should == copy.path original.path.should == registrant_copy.path - original.path.should == new_second_tech_contact.path skipping_as_different_domain.path.should_not == new_second_tech_contact.path end end