require 'test_helper' class EppContactBaseTest < EppTestCase def test_non_existent_contact request_xml = <<-XML non-existent XML post epp_info_path, params: { frame: request_xml }, headers: { 'HTTP_COOKIE' => 'session=api_bestnames' } assert_epp_response :object_does_not_exist end end