flow/net/stubbable.rb in motion-flow-0.1.2 vs flow/net/stubbable.rb in motion-flow-0.1.3
- old
+ new
@@ -1,7 +1,6 @@
module Net
class Request
- # @!visibility private
module Stubbable
def stub!(&callback)
if response = Expectation.response_for(self)
callback.call(response)
true