Sha256: 06019ccbe489b33629caefd63408c9abbcb2732b280e57aa7678474b097e825b
Contents?: true
Size: 785 Bytes
Versions: 14
Compression:
Stored size: 785 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 -- mesage type detach' do before(:example) do clear attach_base @type = 'base::detach' end describe '#start_transaction_handle', type: :request, level: :base, broken: true, name: :detach 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