change describe of http_spec

master
Kanezoh 2021-06-10 17:30:33 +09:00
parent 71fab36610
commit 6ab25931a2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require "webmock"
WebMock.stub(:get, "example.com") WebMock.stub(:get, "example.com")
WebMock.stub(:get, "http://example.com/?foo=bar&foo1=bar2") WebMock.stub(:get, "http://example.com/?foo=bar&foo1=bar2")
describe Mechanize do describe "Mechanize HTTP test" do
it "simple GET" do it "simple GET" do
agent = Mechanize.new agent = Mechanize.new
uri = "http://example.com/" uri = "http://example.com/"