Fix LegalDocument spec

This commit is contained in:
Artur Beljajev 2017-03-31 19:35:19 +03:00
parent 0f699596df
commit 5727cc0c6e

View file

@ -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