Sha256: 8e6a72cc87b57d8d9ba4b1e36767a099f6b700738a599da3c6ad2970c4807ac2
Contents?: true
Size: 943 Bytes
Versions: 14
Compression:
Stored size: 943 Bytes
Contents
# frozen_string_literal: true # LCO: tagged broken 2018/01/26 for v2.3.0 # see: https://travis-ci.org/dazzl-tv/ruby-rabbitmq-janus/builds/333359315 require 'spec_helper' describe 'RubyRabbitmqJanus::RRJ -- message type trickles' do before(:example) do clear attach_base @type = 'peer::trickle' candidate = { 'sdpMid' => '..', 'sdpMLineIndex' => 1, 'candidate' => '..' } @options.merge!('candidates' => [candidate, candidate, candidate]) end describe '#start_transaction_handle', type: :request, level: :base, broken: true, name: :trickles do context 'when queue is exclusive' do include_examples 'transaction handle should match json schema' end context 'when queue is not exclusive' do include_examples 'transaction handle should match json empty' end end end
Version data entries
14 entries across 14 versions & 1 rubygems