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