# File lib/faraday/adapter/test.rb, line 45
def
get
(
path
,
&
block
)
new_stub
(
:get
,
path
,
&
block
)
end