Sha256: c6f50eb6f38ed527dc629406f92ab9d8b4e3cfea4be083af67ed7b0fdab60987
Contents?: true
Size: 331 Bytes
Versions: 7
Compression:
Stored size: 331 Bytes
Contents
context 'Pushers' do setup do @context = EZMQ::Context.new options = { transport: :inproc, address: 'test', context: @context } @pusher = EZMQ::Pusher.new options @puller = EZMQ::Puller.new options end should 'return the length of messages they send' do assert_equal 7, @pusher.send('message') end end
Version data entries
7 entries across 7 versions & 1 rubygems