Sha256: 8fff5eea5d3871b64215f07fb766b15fed0c9f2d942785494a6c8e1638f9ec54
Contents?: true
Size: 626 Bytes
Versions: 9
Compression:
Stored size: 626 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 handle info' do before(:example) do clear attach_admin @type = 'admin::handle_info' end describe '#start_transaction_admin', type: :request, level: :admin, broken: true, name: :handle_info do include_examples 'transaction admin should match json schema' end end
Version data entries
9 entries across 9 versions & 1 rubygems