Open Richard-Degenne opened 5 years ago
Hi,
The code I am testing uses the Bunny::Exchange#on_return method, which BunnyMock::Exchange does not implement.
Bunny::Exchange#on_return
BunnyMock::Exchange
This causes my test to fail to a NoMethodError.
NoMethodError
Hi,
The code I am testing uses the
Bunny::Exchange#on_return
method, whichBunnyMock::Exchange
does not implement.This causes my test to fail to a
NoMethodError
.