test/aitch/response/xml_response_test.rb in aitch-1.0.2 vs test/aitch/response/xml_response_test.rb in aitch-1.1.0

- old
+ new

@@ -1,5 +1,6 @@ # frozen_string_literal: true + require "test_helper" class XmlResponseTest < Minitest::Test test "detects as xml" do register_uri(:get, "http://example.org/", body: "[]", content_type: "application/xml")