# frozen_string_literal: true require 'spec_helper' describe 'RubyRabbitmqJanus::RRJ -- message type sessions list' do before(:example) do clear @type = 'admin::sessions' end describe '#start_transaction_admin', type: :request, level: :admin, name: :sessions, broken: true do include_examples 'transaction admin should match json schema' end end