From 6ab25931a29418195e26f090fc620d113ff622dd Mon Sep 17 00:00:00 2001 From: Kanezoh Date: Thu, 10 Jun 2021 17:30:33 +0900 Subject: [PATCH] change describe of http_spec --- spec/http_spec.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/http_spec.cr b/spec/http_spec.cr index f573f39..167206c 100644 --- a/spec/http_spec.cr +++ b/spec/http_spec.cr @@ -3,7 +3,7 @@ require "webmock" WebMock.stub(:get, "example.com") WebMock.stub(:get, "http://example.com/?foo=bar&foo1=bar2") -describe Mechanize do +describe "Mechanize HTTP test" do it "simple GET" do agent = Mechanize.new uri = "http://example.com/"