Sha256: 69e8996ac8f28864b1be30d75eded6602fe4597449e5ac554d922c132a08da67
Contents?: true
Size: 771 Bytes
Versions: 30
Compression:
Stored size: 771 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' # @todo Create a message reading by janus describe 'RubyRabbitmqJanus::RRJ -- message type offer' do before(:example) 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
30 entries across 30 versions & 1 rubygems