Sha256: ab25e37e35b3d913b5cb675158fa5e139132f5e566dd55678bf4e30394886409
Contents?: true
Size: 486 Bytes
Versions: 5
Compression:
Stored size: 486 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe RubyRabbitmqJanus::Rabbit::Propertie, type: :rabbit, name: :propertie do let(:rabbit) { RubyRabbitmqJanus::Rabbit::Propertie.new } describe '#options' do it { expect(rabbit.options).to match_json_schema(:rabbit_options) } end describe '#options_admin' do it do expect(rabbit.options_admin).to match_json_schema(:rabbit_options_admin) end end end
Version data entries
5 entries across 5 versions & 1 rubygems