Sha256: 5f6b3f6a497e0f690df0051c51b8963f400874dfca4a4f5d44065f618765265a
Contents?: true
Size: 728 Bytes
Versions: 51
Compression:
Stored size: 728 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe 'RubyRabbitmqJanus::RRJAdmin -- handle_info', type: :request, level: :admin, broken: true, name: :handle_info do before do help_admin_prepare help_admin_create_session help_admin_create_handler help_admin_request_tested end let(:instance) { { 'instance' => RubyRabbitmqJanus::Models::JanusInstance.find('1').id.to_s } } let(:type) { 'admin::handle_info' } it { expect(@transaction.to_json).to match_json_schema(type) } it { expect(@transaction.info).to be_a(Hash) } end
Version data entries
51 entries across 51 versions & 1 rubygems