Sha256: fdcc9b081d71b4dd7cf63e399f94e34bb24ef0716642da09f13b88bbd0b0584d
Contents?: true
Size: 278 Bytes
Versions: 6
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe 'RubyRabbitmqJanus::Config', type: :config, name: :config do it 'Configuration is corectly loading' do expect(RubyRabbitmqJanus::Tools::Config.instance.options).to \ match_json_schema(:config) end end
Version data entries
6 entries across 6 versions & 1 rubygems