Class: AmqpSpecHelper::ConnectionMock
- Inherits:
-
Object
- Object
- AmqpSpecHelper::ConnectionMock
- Defined in:
- lib/onapp/engine/spec/amqp_helper.rb
Instance Method Summary (collapse)
- - (Object) channel (also: #create_channel)
Instance Method Details
- (Object) channel Also known as: create_channel
114 115 116 |
# File 'lib/onapp/engine/spec/amqp_helper.rb', line 114 def channel(*) @channel ||= ChannelMock.new end |