Sha256: a78c5850eb92a747bc8b117ae6b9f3ec2b5b1ac9a109b9d419ae81344ea1a8e5
Contents?: true
Size: 761 Bytes
Versions: 45
Compression:
Stored size: 761 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' # @todo Create a message reading by janus describe 'RubyRabbitmqJanus::RRJ -- message type offer' do before do clear attach_base @type = 'peer::offer' @options.merge!('sdp' => SDP_OFFER).merge!(@session_instance) end describe '#start_transaction_handle', type: :request, level: :peer, broken: true, name: :offer do context 'when queue is exclusive' do it_behaves_like 'transaction handle should match json schema' end context 'when queue is not exclusive' do it_behaves_like 'transaction handle should match json empty' end end end
Version data entries
45 entries across 45 versions & 1 rubygems