change describe of http_spec
This commit is contained in:
parent
71fab36610
commit
6ab25931a2
@ -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/"
|
||||||
|
Loading…
Reference in New Issue
Block a user