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