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

- old
+ new

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